~ubuntu-branches/ubuntu/vivid/ubuntu-settings-components/vivid-proposed

« back to all changes in this revision

Viewing changes to Ubuntu/Settings/Menus/TextMessageMenu.qml

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Sebastien Bacher
  • Date: 2015-01-23 12:17:25 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20150123121725-3zbg6ba7r1yn1mnn
Tags: 0.5+15.04.20150123.1-0ubuntu1
[ Sebastien Bacher ]
Updated version, so the users of the new property can update their depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
    property bool replyEnabled: true
29
29
    property string replyButtonText: i18n.tr("Send")
 
30
    property string replyHintText
30
31
 
31
32
    signal replied(string value)
32
33
 
34
35
 
35
36
        activateEnabled: menu.replyEnabled
36
37
        buttonText: menu.replyButtonText
 
38
        textHint: menu.replyHintText
37
39
 
38
40
        onActivated: {
39
41
            menu.replied(value);