[Pommed-commits] r483 - trunk/gpomme

jblache at alioth.debian.org jblache at alioth.debian.org
Wed Jun 4 17:47:21 UTC 2008


Author: jblache
Date: 2008-06-04 17:47:20 +0000 (Wed, 04 Jun 2008)
New Revision: 483

Modified:
   trunk/gpomme/gpomme.c
Log:
Minor nitpicks.


Modified: trunk/gpomme/gpomme.c
===================================================================
--- trunk/gpomme/gpomme.c	2008-06-03 17:19:03 UTC (rev 482)
+++ trunk/gpomme/gpomme.c	2008-06-04 17:47:20 UTC (rev 483)
@@ -338,9 +338,9 @@
     {
       printf("DBus disconnected\n");
 
-      g_timeout_add(200, mbp_dbus_reconnect, NULL);
-
       mbp_dbus_cleanup();
+
+      g_timeout_add(200, mbp_dbus_reconnect, NULL);
     }
   else
     {
@@ -380,9 +380,8 @@
 
   dbus_connection_setup_with_g_main(conn, NULL);
 
-  dbus_connection_add_filter (conn, mbp_dbus_listen, NULL, NULL);
+  dbus_connection_add_filter(conn, mbp_dbus_listen, NULL, NULL);
 
-
   /* Get the mute state */
   msg = dbus_message_new_method_call("org.pommed", "/org/pommed/audio",
 				     "org.pommed.audio", "getMute");




More information about the Pommed-commits mailing list