Merge lp:~voluntatefaber/slingshot/bug1007274 into lp:~elementary-pantheon/slingshot/trunk

Proposed by Andrea Basso
Status: Merged
Merged at revision: 194
Proposed branch: lp:~voluntatefaber/slingshot/bug1007274
Merge into: lp:~elementary-pantheon/slingshot/trunk
Diff against target: 16 lines (+2/-1)
1 file modified
src/Slingshot.vala (+2/-1)
To merge this branch: bzr merge lp:~voluntatefaber/slingshot/bug1007274
Reviewer Review Type Date Requested Status
Cody Garver (community) Approve
Review via email: mp+108457@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Cody Garver (codygarver) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Slingshot.vala'
2--- src/Slingshot.vala 2012-03-22 15:37:53 +0000
3+++ src/Slingshot.vala 2012-06-02 14:51:21 +0000
4@@ -89,11 +89,12 @@
5 view.show_slingshot ();
6 }
7 } else {
8- if (view.visible)
9+ if (view.visible && !silent)
10 view.hide_slingshot ();
11 else
12 view.show_slingshot ();
13 }
14+ silent = false;
15
16 }
17

Subscribers

People subscribed via source and target branches