[glib/wip/menus: 58/61] Make sure change notification works



commit 3723f7d83fa50e442fc125b727e491fec4a5cdf7
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]