]> git.0d.be Git - empathy.git/commitdiff
Use TpConnectionStatus instead of guint.
authorXavier Claessens <xclaesse@src.gnome.org>
Tue, 6 Jan 2009 16:49:33 +0000 (16:49 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Tue, 6 Jan 2009 16:49:33 +0000 (16:49 +0000)
svn path=/trunk/; revision=2092

libempathy/empathy-account-manager.c

index 2d20cc0710215f759af1018f591dd25f35c3468f..07c5cab0f8398ff785367c6330c83505af77dccb 100644 (file)
@@ -123,7 +123,7 @@ account_created_cb (McAccountMonitor *mon,
 {
   McAccount *account;
   EmpathyAccountManagerPriv *priv = GET_PRIV (manager);
-  guint initial_status;
+  TpConnectionStatus initial_status;
 
   account = mc_account_lookup (account_name);