Merge lp:~schwann/gallery-app/gallery-sharing-bug into lp:gallery-app

Proposed by Günter Schwann
Status: Merged
Approved by: Renato Araujo Oliveira Filho
Approved revision: 674
Merged at revision: 674
Proposed branch: lp:~schwann/gallery-app/gallery-sharing-bug
Merge into: lp:gallery-app
Diff against target: 14 lines (+2/-2)
1 file modified
rc/Capetown/Widgets/UbuntuApplicationCaller.qml (+2/-2)
To merge this branch: bzr merge lp:~schwann/gallery-app/gallery-sharing-bug
Reviewer Review Type Date Requested Status
Renato Araujo Oliveira Filho (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+165592@code.launchpad.net

Commit message

Fixes sharing functionality (LP: 1183460)

Description of the change

Fixes sharing functionality (LP: 1183460)

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Renato Araujo Oliveira Filho (renatofilho) wrote :

works as expected.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'rc/Capetown/Widgets/UbuntuApplicationCaller.qml'
2--- rc/Capetown/Widgets/UbuntuApplicationCaller.qml 2013-03-26 14:36:06 +0000
3+++ rc/Capetown/Widgets/UbuntuApplicationCaller.qml 2013-05-24 12:21:38 +0000
4@@ -23,8 +23,8 @@
5 Item {
6 /// Opens the share application
7 function switchToShareApplication() {
8- if (loader.status === Loader.Ready) {
9- loader.item.switchToShareApplication();
10+ if (appManager.status === Loader.Ready) {
11+ appManager.item.switchToShareApplication();
12 } else {
13 console.log("Application launching not available on this platform");
14 }

Subscribers

People subscribed via source and target branches