← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

[Merge] lp:~pkunal-parmar/ubuntu-calendar-app/CalendarIcon into lp:ubuntu-calendar-app

 

Kunal Parmar has proposed merging lp:~pkunal-parmar/ubuntu-calendar-app/CalendarIcon into lp:ubuntu-calendar-app.

Commit message:
Resolves Bug #1432616,
[Calendar] Calendars icon should be different

Requested reviews:
  Ubuntu Calendar Developers (ubuntu-calendar-dev)
Related bugs:
  Bug #1432616 in Ubuntu Calendar App: "[Calendar] Calendars icon should be different"
  https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1432616

For more details, see:
https://code.launchpad.net/~pkunal-parmar/ubuntu-calendar-app/CalendarIcon/+merge/254178

Resolves Bug #1432616,
[Calendar] Calendars icon should be different
-- 
Your team Ubuntu Calendar Developers is requested to review the proposed merge of lp:~pkunal-parmar/ubuntu-calendar-app/CalendarIcon into lp:ubuntu-calendar-app.
=== modified file 'EventActions.qml'
--- EventActions.qml	2015-02-18 19:27:20 +0000
+++ EventActions.qml	2015-03-25 23:56:31 +0000
@@ -55,7 +55,7 @@
 
     Action{
         id: _showCalendarAction
-        iconName: "new-event"
+        iconName: "calendar"
         text: i18n.tr("Calendars")
         onTriggered: {
             pageStack.push(Qt.resolvedUrl("CalendarChoicePopup.qml"),{"model":eventModel});


Follow ups