Merge lp:~popey/reminders-app/fix-1576140 into lp:reminders-app

Status: Merged
Approved by: Michael Zanetti
Approved revision: 551
Merged at revision: 554
Proposed branch: lp:~popey/reminders-app/fix-1576140
Merge into: lp:reminders-app
Diff against target: 12 lines (+0/-2)
1 file modified
src/app/qml/Reminders.qml (+0/-2)
To merge this branch: bzr merge lp:~popey/reminders-app/fix-1576140
Reviewer Review Type Date Requested Status
Michael Zanetti (community) Approve
Jenkins Bot continuous-integration Approve
Review via email: mp+293288@code.launchpad.net

Commit message

Simple removal of background colour.

To post a comment you must log in.
Revision history for this message
Jenkins Bot (ubuntu-core-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Jenkins Bot (ubuntu-core-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Michael Zanetti (mzanetti) wrote :

as james said, good to go

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/app/qml/Reminders.qml'
--- src/app/qml/Reminders.qml 2016-03-01 14:57:01 +0000
+++ src/app/qml/Reminders.qml 2016-04-28 15:30:03 +0000
@@ -124,8 +124,6 @@
124 }124 }
125 }125 }
126126
127 backgroundColor: "#dddddd"
128
129 function openAccountPage() {127 function openAccountPage() {
130 var unauthorizedAccounts = allAccounts.count - accounts.count > 0 ? true : false128 var unauthorizedAccounts = allAccounts.count - accounts.count > 0 ? true : false
131 var accountPage = pagestack.push(Qt.createComponent(Qt.resolvedUrl("ui/AccountSelectorPage.qml")), { accounts: accounts, unauthorizedAccounts: unauthorizedAccounts, oaSetup: setup });129 var accountPage = pagestack.push(Qt.createComponent(Qt.resolvedUrl("ui/AccountSelectorPage.qml")), { accounts: accounts, unauthorizedAccounts: unauthorizedAccounts, oaSetup: setup });

Subscribers

People subscribed via source and target branches