Merge lp:~kill-animals/ubuntu-calendar-app/no-upcoming-events-visible-fixed into lp:ubuntu-calendar-app

Proposed by Kill Animals
Status: Merged
Approved by: Mihir Soni
Approved revision: 409
Merged at revision: 410
Proposed branch: lp:~kill-animals/ubuntu-calendar-app/no-upcoming-events-visible-fixed
Merge into: lp:ubuntu-calendar-app
Diff against target: 11 lines (+1/-1)
1 file modified
AgendaView.qml (+1/-1)
To merge this branch: bzr merge lp:~kill-animals/ubuntu-calendar-app/no-upcoming-events-visible-fixed
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Mihir Soni Approve
Review via email: mp+231758@code.launchpad.net

Commit message

Description of the change

Before
http://i.imgur.com/K2GKVVB.png

That is fixed now.

To post a comment you must log in.
Revision history for this message
Mihir Soni (mihirsoni) wrote :

Looks good to me.
Thanks for the MR.

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'AgendaView.qml'
2--- AgendaView.qml 2014-08-18 16:48:54 +0000
3+++ AgendaView.qml 2014-08-21 15:20:49 +0000
4@@ -58,7 +58,7 @@
5
6 Label{
7 text: i18n.tr("No upcoming events")
8- visible: eventModel.itemCount === 0
9+ visible: eventListModel.itemCount === 0
10 anchors.centerIn: parent
11 }
12

Subscribers

People subscribed via source and target branches

to status/vote changes: