aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-03-14 13:38:42 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-03-14 13:38:42 -0500
commit6a6e63c0f10c03a7e3c0f8f132051c65210da29b (patch)
tree37c4a0afe71106778e7ca9b3509deed8d6e554d1
parent6db7ec8dacd35981dbbea837b74b34fc8736895f (diff)
parent196217d746592405576f488a7a2f155306cb597d (diff)
downloadayatana-ido-6a6e63c0f10c03a7e3c0f8f132051c65210da29b.tar.gz
ayatana-ido-6a6e63c0f10c03a7e3c0f8f132051c65210da29b.tar.bz2
ayatana-ido-6a6e63c0f10c03a7e3c0f8f132051c65210da29b.zip
fix regression that broke mousewheel operations on the idoscale
-rw-r--r--src/idoscalemenuitem.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/idoscalemenuitem.c b/src/idoscalemenuitem.c
index 4174b9d..4b60b8b 100644
--- a/src/idoscalemenuitem.c
+++ b/src/idoscalemenuitem.c
@@ -288,6 +288,8 @@ ido_scale_menu_item_constructed (GObject *object)
NULL);
gtk_container_add (GTK_CONTAINER (self), hbox);
+
+ gtk_widget_add_events (GTK_WIDGET(self), GDK_SCROLL_MASK);
}
static void