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
=== modified file 'src/Widgets/Switcher.vala'
--- src/Widgets/Switcher.vala 2012-08-21 17:02:33 +0000
+++ src/Widgets/Switcher.vala 2013-02-13 21:31:22 +0000
@@ -49,7 +49,7 @@
49 button.can_focus = false;49 button.can_focus = false;
50 button.get_style_context ().add_class ("switcher");50 button.get_style_context ().add_class ("switcher");
5151
52 button.button_press_event.connect (() => {52 button.button_release_event.connect (() => {
5353
54 int select = get_children ().index (button);54 int select = get_children ().index (button);
55 set_active (select);55 set_active (select);

Subscribers

People subscribed via source and target branches