soylent r53 - trunk/src



Author: treitter
Date: Tue Jan 22 07:29:17 2008
New Revision: 53
URL: http://svn.gnome.org/viewvc/soylent?rev=53&view=rev

Log:
trivial style fix

Modified:
   trunk/src/soylent-browser.c

Modified: trunk/src/soylent-browser.c
==============================================================================
--- trunk/src/soylent-browser.c	(original)
+++ trunk/src/soylent-browser.c	Tue Jan 22 07:29:17 2008
@@ -1341,25 +1341,25 @@
   else
     {
       g_signal_handlers_disconnect_by_func
-                      (empathy_contact,
-                        G_CALLBACK (soylent_person_live_groups_updated_cb),
-                        (gpointer) person);
-      g_signal_handlers_disconnect_by_func
-                      (empathy_contact,
-                        G_CALLBACK (soylent_person_live_presence_updated_cb),
-                        (gpointer) person);
-      g_signal_handlers_disconnect_by_func
                           (empathy_contact,
-                          G_CALLBACK (soylent_person_live_name_updated_cb),
-                          (gpointer) person);
+                           G_CALLBACK (soylent_person_live_groups_updated_cb),
+                           (gpointer) person);
       g_signal_handlers_disconnect_by_func
                         (empathy_contact,
-                        G_CALLBACK (soylent_person_live_avatar_updated_cb),
-                        (gpointer) person);
+                         G_CALLBACK (soylent_person_live_presence_updated_cb),
+                         (gpointer) person);
+      g_signal_handlers_disconnect_by_func
+                            (empathy_contact,
+                             G_CALLBACK (soylent_person_live_name_updated_cb),
+                             (gpointer) person);
       g_signal_handlers_disconnect_by_func
                           (empathy_contact,
-                          G_CALLBACK (soylent_person_live_type_updated_cb),
-                          (gpointer) person);
+                           G_CALLBACK (soylent_person_live_avatar_updated_cb),
+                           (gpointer) person);
+      g_signal_handlers_disconnect_by_func
+                            (empathy_contact,
+                             G_CALLBACK (soylent_person_live_type_updated_cb),
+                             (gpointer) person);
 
       /* this handles NULL person pointers (adds the contact to a browser-wide
        * pool) */



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