diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-09-13 22:46:34 +0200 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-09-13 22:46:34 +0200 |
commit | c533fedbc822c22eb30543dbe605c705e95c3920 (patch) | |
tree | dfc198f11d554b0a8e474e96106b5602ef2f87d7 /doc | |
parent | 894c9d2e239a4ecc99319fa2517b6d68bdd72774 (diff) | |
download | ayatana-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 'doc')
0 files changed, 0 insertions, 0 deletions