[glib/wip/menus] Make sure change notification works
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/menus] Make sure change notification works
- Date: Tue, 1 Nov 2011 05:54:07 +0000 (UTC)
commit 36420f06b6d9b5e6561de3537b32925af50705aa
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Oct 30 09:45:16 2011 -0400
Make sure change notification works
gio/gactiongroupexporter.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gio/gactiongroupexporter.c b/gio/gactiongroupexporter.c
index 9673ff2..a7c353e 100644
--- a/gio/gactiongroupexporter.c
+++ b/gio/gactiongroupexporter.c
@@ -525,6 +525,7 @@ g_action_group_exporter_export (GDBusConnection *connection,
g_hash_table_insert (exported_groups, action_group, exporter);
exporter->pending_changes = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL);
+ exporter->pending_id = 0;
exporter->action_group = g_object_ref (action_group);
exporter->connection = g_object_ref (connection);
exporter->object_path = g_strdup (object_path);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]