empathy r2092 - trunk/libempathy



Author: xclaesse
Date: Tue Jan  6 16:49:33 2009
New Revision: 2092
URL: http://svn.gnome.org/viewvc/empathy?rev=2092&view=rev

Log:
Use TpConnectionStatus instead of guint.

Modified:
   trunk/libempathy/empathy-account-manager.c

Modified: trunk/libempathy/empathy-account-manager.c
==============================================================================
--- trunk/libempathy/empathy-account-manager.c	(original)
+++ trunk/libempathy/empathy-account-manager.c	Tue Jan  6 16:49:33 2009
@@ -123,7 +123,7 @@
 {
   McAccount *account;
   EmpathyAccountManagerPriv *priv = GET_PRIV (manager);
-  guint initial_status;
+  TpConnectionStatus initial_status;
 
   account = mc_account_lookup (account_name);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]