[Telepathy-commits] [telepathy-mission-control/master] Fix use_existing flag

Alberto Mardegan alberto.mardegan at nokia.com
Thu Nov 20 02:37:13 PST 2008


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

diff --git a/libmcclient/mc-account.h b/libmcclient/mc-account.h
index bf93257..83729a4 100644
--- a/libmcclient/mc-account.h
+++ b/libmcclient/mc-account.h
@@ -256,7 +256,7 @@ typedef void (*McAccountChannelrequestCb) (McAccount *account,
 
 typedef enum
 {
-    MC_ACCOUNT_CR_FLAG_USE_EXISTING = 0,  /* if set, call EnsureChannel */
+    MC_ACCOUNT_CR_FLAG_USE_EXISTING = 1 << 0, /* if set, call EnsureChannel */
 } McAccountChannelrequestFlags;
 
 guint mc_account_channelrequest (McAccount *account,
-- 
1.5.6.5




More information about the Telepathy-commits mailing list