Merge lp:~aacid/unity/initialize_using_nofilters_background into lp:unity

Proposed by Albert Astals Cid
Status: Merged
Approved by: Timo Jyrinki
Approved revision: no longer in the source branch.
Merged at revision: 2883
Proposed branch: lp:~aacid/unity/initialize_using_nofilters_background
Merge into: lp:unity
Diff against target: 11 lines (+1/-0)
1 file modified
dash/PlacesGroup.cpp (+1/-0)
To merge this branch: bzr merge lp:~aacid/unity/initialize_using_nofilters_background
Reviewer Review Type Date Requested Status
Timo Jyrinki Approve
PS Jenkins bot continuous-integration Pending
Gord Allott Pending
Review via email: mp+132298@code.launchpad.net

Commit message

Initialize _using_nofilters_background to true

It is the correct value according to Gord

Description of the change

Initialize _using_nofilters_background to true

It is the correct value according to Gord

To post a comment you must log in.
Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

Seems legit.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'dash/PlacesGroup.cpp'
2--- dash/PlacesGroup.cpp 2012-10-29 09:34:54 +0000
3+++ dash/PlacesGroup.cpp 2012-10-31 11:07:52 +0000
4@@ -109,6 +109,7 @@
5 : nux::View(NUX_TRACKER_LOCATION),
6 _style(style),
7 _child_view(nullptr),
8+ _using_nofilters_background(true),
9 _is_expanded(false),
10 _n_visible_items_in_unexpand_mode(0),
11 _n_total_items(0),