bigboard r7349 - trunk/bigboard/empathy



Author: marco
Date: Tue Jun 10 19:18:51 2008
New Revision: 7349
URL: http://svn.gnome.org/viewvc/bigboard?rev=7349&view=rev

Log:
Fix style inconsistencies

Modified:
   trunk/bigboard/empathy/bb-empathy.c

Modified: trunk/bigboard/empathy/bb-empathy.c
==============================================================================
--- trunk/bigboard/empathy/bb-empathy.c	(original)
+++ trunk/bigboard/empathy/bb-empathy.c	Tue Jun 10 19:18:51 2008
@@ -29,9 +29,9 @@
 {
     GList *accounts;
 
-    accounts = mc_accounts_list_by_enabled (TRUE);
+    accounts = mc_accounts_list_by_enabled(TRUE);
     if (accounts) {
-        mc_accounts_list_free (accounts);
+        mc_accounts_list_free(accounts);
         return TRUE;
     }
 
@@ -44,8 +44,8 @@
     MissionControl *mc;
 
     mc = empathy_mission_control_new();
-    mission_control_set_presence (mc, online ? MC_PRESENCE_AVAILABLE : MC_PRESENCE_OFFLINE,
-                                  NULL, NULL, NULL);
+    mission_control_set_presence(mc, online ? MC_PRESENCE_AVAILABLE : MC_PRESENCE_OFFLINE,
+                                 NULL, NULL, NULL);
     g_object_unref(mc);
 }
 
@@ -61,9 +61,9 @@
 {
     McAccount *account;
 
-    account = mc_account_lookup (account_id);
+    account = mc_account_lookup(account_id);
     if (account != NULL) {
-        empathy_dispatcher_chat_with_contact_id (account, buddy_id);
-        g_object_unref (account);
+        empathy_dispatcher_chat_with_contact_id(account, buddy_id);
+        g_object_unref(account);
     }
 }



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