aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-09-13 22:46:34 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-09-13 22:46:34 +0200
commitc533fedbc822c22eb30543dbe605c705e95c3920 (patch)
treedfc198f11d554b0a8e474e96106b5602ef2f87d7 /configure.ac
parent894c9d2e239a4ecc99319fa2517b6d68bdd72774 (diff)
downloadayatana-indicator-messages-c533fedbc822c22eb30543dbe605c705e95c3920.tar.gz
ayatana-indicator-messages-c533fedbc822c22eb30543dbe605c705e95c3920.tar.bz2
ayatana-indicator-messages-c533fedbc822c22eb30543dbe605c705e95c3920.zip
Show menu separators between sections
Previously, gtk didn't support changing the menu model on an already-created GtkMenu. Since IndicatorObject doesn't allow changing the GtkMenu it exports to the panel, IndicatorMessages created a menu with a single section, into which the menu from the service was inserted (and removed when the service died). This led to seperators not being shown, because separators are only shown between top-level sections. Gtk now has gtk_menu_shell_bind_model, which allows us to get rid of top-level wrapper section.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 37268a2..b3e7a13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@ AC_PROG_CXX
# Dependencies
###########################
-GTK_REQUIRED_VERSION=3.5.12
+GTK_REQUIRED_VERSION=3.5.17
GIO_UNIX_REQUIRED_VERSION=2.33.10
INDICATOR_REQUIRED_VERSION=0.3.19
GLIB_REQUIRED_VERSION=2.33.10