Merge lp:~mhr3/unity-lens-video/make-it-work into lp:~unity-team/unity-lens-video/libunity7-compatible

Proposed by Michal Hruby
Status: Merged
Approved by: Paweł Stołowski
Approved revision: 122
Merged at revision: 122
Proposed branch: lp:~mhr3/unity-lens-video/make-it-work
Merge into: lp:~unity-team/unity-lens-video/libunity7-compatible
Diff against target: 24 lines (+3/-0)
2 files modified
data/video-remote.scope.in.in (+1/-0)
src/remote-scope.vala (+2/-0)
To merge this branch: bzr merge lp:~mhr3/unity-lens-video/make-it-work
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Paweł Stołowski (community) Approve
Review via email: mp+158389@code.launchpad.net

Commit message

Chain up the constructed method

Description of the change

Chain up the constructed method to make the remote videos scope actually work.

To post a comment you must log in.
Revision history for this message
Paweł Stołowski (stolowski) wrote :

+1

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'data/video-remote.scope.in.in'
--- data/video-remote.scope.in.in 2013-03-13 15:55:38 +0000
+++ data/video-remote.scope.in.in 2013-04-11 14:40:32 +0000
@@ -6,6 +6,7 @@
6Icon=@prefix@/share/unity/6/lens-nav-video.svg6Icon=@prefix@/share/unity/6/lens-nav-video.svg
7_Description=Search remote videos7_Description=Search remote videos
8Shortcut=v8Shortcut=v
9GlobalSearches=false
910
10[Desktop Entry]11[Desktop Entry]
11X-Ubuntu-Gettext-Domain=unity-lens-video12X-Ubuntu-Gettext-Domain=unity-lens-video
1213
=== modified file 'src/remote-scope.vala'
--- src/remote-scope.vala 2013-03-13 09:23:42 +0000
+++ src/remote-scope.vala 2013-04-11 14:40:32 +0000
@@ -43,6 +43,8 @@
4343
44 protected override void constructed ()44 protected override void constructed ()
45 {45 {
46 base.constructed ();
47
46 empty_asv = new Variant.array (VariantType.VARDICT.element (), {});48 empty_asv = new Variant.array (VariantType.VARDICT.element (), {});
4749
48 recommendations = new Gee.ArrayList<RemoteVideoFile?> ();50 recommendations = new Gee.ArrayList<RemoteVideoFile?> ();

Subscribers

People subscribed via source and target branches

to all changes: