[Telepathy-commits] [telepathy-mission-control/master] Change struct member type from gboolean to guint

Alberto Mardegan alberto.mardegan at nokia.com
Fri Jan 9 03:45:52 PST 2009


---
 src/mcd-dispatcher.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/mcd-dispatcher.c b/src/mcd-dispatcher.c
index a4e0831..741bf73 100644
--- a/src/mcd-dispatcher.c
+++ b/src/mcd-dispatcher.c
@@ -116,6 +116,11 @@ typedef struct _McdClient
     McdClientInterface interfaces;
     guint bypass_approver : 1;
 
+    /* If a client was in the ListActivatableNames list, it must not be
+     * removed when it disappear from the bus.
+     */
+    guint activatable : 1;
+
     /* Channel filters
      * A channel filter is a GHashTable of
      * - key: gchar *property_name
@@ -134,11 +139,6 @@ typedef struct _McdClient
     GList *approver_filters;
     GList *handler_filters;
     GList *observer_filters;
-
-    /* If a client was in the ListActivatableNames list, it must not be
-     * removed when it disappear from the bus.
-     */
-    gboolean activatable;
 } McdClient;
 
 /* The same defines as MC_IFACE_CLIENT* from interfaces.h but without the
-- 
1.5.6.5




More information about the Telepathy-commits mailing list