Merge lp:~nik90/ubuntu-calendar-app/empty-title-fix into lp:ubuntu-calendar-app

Proposed by Nekhelesh Ramananthan
Status: Merged
Approved by: Mihir Soni
Approved revision: 446
Merged at revision: 446
Proposed branch: lp:~nik90/ubuntu-calendar-app/empty-title-fix
Merge into: lp:ubuntu-calendar-app
Diff against target: 11 lines (+1/-0)
1 file modified
NewEvent.qml (+1/-0)
To merge this branch: bzr merge lp:~nik90/ubuntu-calendar-app/empty-title-fix
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Alan Pope 🍺🐧🐱 πŸ¦„ (community) Approve
Review via email: mp+234600@code.launchpad.net

Commit message

Disabled save event button when event title is empty

Description of the change

Disabled save event button when event title is empty

To post a comment you must log in.
Revision history for this message
Alan Pope 🍺🐧🐱 πŸ¦„ (popey) wrote :

LGTM

review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'NewEvent.qml'
2--- NewEvent.qml 2014-09-12 19:47:27 +0000
3+++ NewEvent.qml 2014-09-14 19:18:33 +0000
4@@ -64,6 +64,7 @@
5 iconName: "ok"
6 objectName: "save"
7 text: i18n.tr("Save")
8+ enabled: !!titleEdit.text.trim()
9 onTriggered: saveToQtPim();
10 }
11 ]

Subscribers

People subscribed via source and target branches

to status/vote changes: