aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-02-10 10:16:45 -0600
committerTed Gould <ted@gould.cx>2012-02-10 10:16:45 -0600
commit4b30d2a7628d7e9b117da392a8f93325e4aa2e38 (patch)
treee9e7fd08e56b051faaa7e7679580b0eae7bb8efd /libdbusmenu-gtk
parent03819d755f5c8380b48bca51599981e205c066f4 (diff)
downloadlibdbusmenu-4b30d2a7628d7e9b117da392a8f93325e4aa2e38.tar.gz
libdbusmenu-4b30d2a7628d7e9b117da392a8f93325e4aa2e38.tar.bz2
libdbusmenu-4b30d2a7628d7e9b117da392a8f93325e4aa2e38.zip
Adding a detail hint on the notify signal
Diffstat (limited to 'libdbusmenu-gtk')
-rw-r--r--libdbusmenu-gtk/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-gtk/parser.c b/libdbusmenu-gtk/parser.c
index 06eabba..4fb366a 100644
--- a/libdbusmenu-gtk/parser.c
+++ b/libdbusmenu-gtk/parser.c
@@ -607,7 +607,7 @@ construct_dbusmenu_for_widget (GtkWidget * widget)
// so we had better watch out for it.
pdata->accessible = accessible;
g_signal_connect (G_OBJECT (accessible),
- "notify",
+ "notify::accessible-name",
G_CALLBACK (a11y_name_notify_cb),
mi);
g_object_add_weak_pointer(G_OBJECT (accessible), (gpointer*)&pdata->accessible);