aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-03-14 13:27:55 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-03-14 13:27:55 -0500
commit196217d746592405576f488a7a2f155306cb597d (patch)
tree37c4a0afe71106778e7ca9b3509deed8d6e554d1
parent6db7ec8dacd35981dbbea837b74b34fc8736895f (diff)
downloadayatana-ido-196217d746592405576f488a7a2f155306cb597d.tar.gz
ayatana-ido-196217d746592405576f488a7a2f155306cb597d.tar.bz2
ayatana-ido-196217d746592405576f488a7a2f155306cb597d.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