Merge lp:~voluntatefaber/beat-box/albumlistview-hides-when-switching into lp:beat-box

Proposed by Andrea Basso
Status: Merged
Merged at revision: 534
Proposed branch: lp:~voluntatefaber/beat-box/albumlistview-hides-when-switching
Merge into: lp:beat-box
Diff against target: 51 lines (+6/-0)
1 file modified
src/Views/ViewWrapper.vala (+6/-0)
To merge this branch: bzr merge lp:~voluntatefaber/beat-box/albumlistview-hides-when-switching
Reviewer Review Type Date Requested Status
Victor Martinez (community) Approve
Review via email: mp+92329@code.launchpad.net

Description of the change

To post a comment you must log in.
Revision history for this message
Victor Martinez (victored) wrote :

Works as expected. Thank you :)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Views/ViewWrapper.vala'
2--- src/Views/ViewWrapper.vala 2012-02-05 05:18:25 +0000
3+++ src/Views/ViewWrapper.vala 2012-02-09 17:39:20 +0000
4@@ -199,6 +199,7 @@
5 errorBox.show();
6 list.hide();
7 albumView.hide();
8+ lw.alv.hide ();
9 similarsFetched = false;
10 }
11
12@@ -386,6 +387,7 @@
13 errorBox.show_all();
14 list.hide();
15 albumView.hide();
16+ lw.alv.hide ();
17
18 return true;
19 }
20@@ -395,6 +397,7 @@
21 if(currentView == ViewType.LIST) {
22 list.show_all();
23 albumView.hide();
24+ lw.alv.hide ();
25 }
26 else {
27 list.hide();
28@@ -445,6 +448,7 @@
29 errorBox.show_all();
30 list.hide();
31 albumView.hide();
32+ lw.alv.hide ();
33 stdout.printf("1\n");
34
35 in_update = false;
36@@ -457,6 +461,7 @@
37 errorBox.show_all();
38 list.hide();
39 albumView.hide();
40+ lw.alv.hide ();
41 stdout.printf("2\n");
42
43 in_update = false;
44@@ -506,6 +511,7 @@
45 list.populate_view();
46 list.show_all();
47 albumView.hide();
48+ lw.alv.hide ();
49
50 if(!isCurrentView)
51 list.set_is_current_view(false);

Subscribers

People subscribed via source and target branches