Code review comment for lp:~tpeeters/gallery-app/toolbarItems

Revision history for this message
Günter Schwann (schwann) wrote :

This is needed to fix it:

=== modified file 'rc/qml/MediaViewer/MediaViewer.qml'
--- rc/qml/MediaViewer/MediaViewer.qml 2013-06-19 15:47:39 +0000
+++ rc/qml/MediaViewer/MediaViewer.qml 2013-06-19 17:38:16 +0000
@@ -457,7 +457,7 @@
             }
         }

- property ToolbarActions videoToolbar: ToolbarItems {
+ property Item videoToolbar: ToolbarItems {
             ToolbarButton {
                 text: galleryPhotoViewer.currentItem ?
                           (galleryPhotoViewer.currentItem.isPlayingVideo ?

review: Needs Fixing

« Back to merge proposal