Merge lp:~schwann/gallery-app/gallery-conent-url into lp:gallery-app

Proposed by Günter Schwann
Status: Merged
Approved by: Ken VanDine
Approved revision: 831
Merged at revision: 833
Proposed branch: lp:~schwann/gallery-app/gallery-conent-url
Merge into: lp:gallery-app
Diff against target: 12 lines (+1/-2)
1 file modified
src/gallery-manager.cpp (+1/-2)
To merge this branch: bzr merge lp:~schwann/gallery-app/gallery-conent-url
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Thomas Moenicke (community) Approve
Review via email: mp+182861@code.launchpad.net

Commit message

Return urls not filenames to content hub

Description of the change

Return urls not filenames to content hub

To post a comment you must log in.
Revision history for this message
Thomas Moenicke (thomas-moenicke) wrote :

good

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Günter Schwann (schwann) wrote :
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
831. By Günter Schwann

Trunk merged

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/gallery-manager.cpp'
2--- src/gallery-manager.cpp 2013-08-28 19:23:37 +0000
3+++ src/gallery-manager.cpp 2013-09-03 14:44:57 +0000
4@@ -136,8 +136,7 @@
5 QVector<QUrl> selectedMedias;
6 selectedMedias.reserve(sources.size());
7 foreach (const MediaSource *media, sources) {
8- QUrl url(media->path().toLocalFile());
9- selectedMedias.append(url);
10+ selectedMedias.append(media->path());
11 }
12 m_contentCommunicator->returnPhotos(selectedMedias);
13

Subscribers

People subscribed via source and target branches