diff options
author | Ted Gould <ted@gould.cx> | 2010-09-24 14:38:24 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-09-24 14:38:24 -0500 |
commit | 46cf6414f55a027f0eaf3b85701479fb5fe12441 (patch) | |
tree | f66b9c5f5a63b37c9662e7e8e46b7ecfa1fe2a9a | |
parent | ba03e53fb680f3efb84156fa35926fef2ea3b36d (diff) | |
download | libdbusmenu-46cf6414f55a027f0eaf3b85701479fb5fe12441.tar.gz libdbusmenu-46cf6414f55a027f0eaf3b85701479fb5fe12441.tar.bz2 libdbusmenu-46cf6414f55a027f0eaf3b85701479fb5fe12441.zip |
Making sure to reference the accel group
-rw-r--r-- | libdbusmenu-gtk/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdbusmenu-gtk/client.c b/libdbusmenu-gtk/client.c index 6970d59..0f8592c 100644 --- a/libdbusmenu-gtk/client.c +++ b/libdbusmenu-gtk/client.c @@ -249,6 +249,7 @@ dbusmenu_gtkclient_set_accel_group (DbusmenuGtkClient * client, GtkAccelGroup * } priv->agroup = agroup; + g_object_ref(priv->agroup); return; } |