Merge lp:~bfiller/gallery-app/fix-1311123 into lp:gallery-app

Proposed by Bill Filler
Status: Merged
Merged at revision: 959
Proposed branch: lp:~bfiller/gallery-app/fix-1311123
Merge into: lp:gallery-app
Diff against target: 19 lines (+2/-0)
1 file modified
rc/qml/MediaViewer/MediaViewer.qml (+2/-0)
To merge this branch: bzr merge lp:~bfiller/gallery-app/fix-1311123
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Ubuntu Phablet Team Pending
Review via email: mp+216896@code.launchpad.net

Commit message

disable sharing option on desktop

Description of the change

disable sharing option on desktop

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'rc/qml/MediaViewer/MediaViewer.qml'
2--- rc/qml/MediaViewer/MediaViewer.qml 2014-03-21 18:13:28 +0000
3+++ rc/qml/MediaViewer/MediaViewer.qml 2014-04-23 14:28:13 +0000
4@@ -496,6 +496,7 @@
5 ToolbarButton {
6 id: photoShareButton
7 objectName: "shareButton"
8+ visible: !APP.desktopMode
9 action: Action {
10 text: i18n.tr("Share photo")
11 iconSource: "../../img/share.png"
12@@ -553,6 +554,7 @@
13 ToolbarButton {
14 id: videoShareButton
15 objectName: "shareButton"
16+ visible: !APP.desktopMode
17 text: i18n.tr("Share")
18 iconSource: "../../img/share.png"
19 onTriggered: {

Subscribers

People subscribed via source and target branches