[Merge] lp:~fboucault/camera-app/ui_rewrite into lp:camera-app

Olivier Tilloy olivier.tilloy at canonical.com
Fri Jun 27 10:57:32 UTC 2014


1538	+    property list<Action> actions: [
1539	+                Action {
1540	+                    text: i18n.tr("Share")
1541	+                    iconName: "share"
1542	+                    onTriggered: PopupUtils.open(sharePopoverComponent)
1543	+                },
1544	+                Action {
1545	+                    text: i18n.tr("Delete")
1546	+                    iconName: "delete"
1547	+                    onTriggered: PopupUtils.open(deleteDialogComponent)
1548	+                }
1549	+            ]

The indentation isn’t correct here.
-- 
https://code.launchpad.net/~fboucault/camera-app/ui_rewrite/+merge/224451
Your team Ubuntu Phablet Team is requested to review the proposed merge of lp:~fboucault/camera-app/ui_rewrite into lp:camera-app.



More information about the Ubuntu-reviews mailing list