Merge lp:~julien-spautz/slingshot/1094277 into lp:~elementary-pantheon/slingshot/trunk

Proposed by Julien Spautz
Status: Merged
Merged at revision: 332
Proposed branch: lp:~julien-spautz/slingshot/1094277
Merge into: lp:~elementary-pantheon/slingshot/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
src/Widgets/Switcher.vala (+1/-1)
To merge this branch: bzr merge lp:~julien-spautz/slingshot/1094277
Reviewer Review Type Date Requested Status
Cody Garver (community) Approve
Review via email: mp+148323@code.launchpad.net

Description of the change

Tiny change for tiny bug #1094277

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/Widgets/Switcher.vala'
2--- src/Widgets/Switcher.vala 2012-08-21 17:02:33 +0000
3+++ src/Widgets/Switcher.vala 2013-02-13 21:31:22 +0000
4@@ -49,7 +49,7 @@
5 button.can_focus = false;
6 button.get_style_context ().add_class ("switcher");
7
8- button.button_press_event.connect (() => {
9+ button.button_release_event.connect (() => {
10
11 int select = get_children ().index (button);
12 set_active (select);

Subscribers

People subscribed via source and target branches