summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index 82e7134d..471d392f 100755
--- a/control-center
+++ b/control-center
@@ -1116,7 +1116,7 @@ sub new {
my ($_class, $text, $icon, $callbacks) = @_;
my $hbox_spacing = 10;
# FIXME: do ->set_pixbuf() on {enter,leave}_events
- my $box = gtkadd(gtksignal_connect(Gtk2::EventBox->new, realize => sub { $_[0]->window->set_cursor($hand_cursor) } ),
+ my $box = gtkadd(gtksignal_connect(Gtk2::EventBox->new, realize => sub { $_[0]->window->set_cursor($hand_cursor) }),
gtkpack_(
Gtk2::VBox->new(0, $hbox_spacing),
0, gtkcreate_img($icon),