[Telepathy-commits] [telepathy-mission-control/master] Boolean as bit

Alberto Mardegan alberto.mardegan at nokia.com
Thu Feb 19 06:38:07 PST 2009


---
 libmcclient/mc-profile.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libmcclient/mc-profile.c b/libmcclient/mc-profile.c
index b597c6a..4f71014 100644
--- a/libmcclient/mc-profile.c
+++ b/libmcclient/mc-profile.c
@@ -91,7 +91,7 @@ typedef struct {
     gchar *localization_domain;
     gchar **presences;
     gint priority;
-    gboolean vcard_default;
+    guint vcard_default : 1;
     McProfileCapabilityFlags capabilities;
     GHashTable *default_settings;
     GHashTable *vcard_mangle_hash;
-- 
1.5.6.5




More information about the telepathy-commits mailing list