← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~ted/indicator-session/bug611257 into lp:indicator-session

 

Ted Gould has proposed merging lp:~ted/indicator-session/bug611257 into lp:indicator-session.

Requested reviews:
  Indicator Applet Developers (indicator-applet-developers)
Related bugs:
  #611257 indicator-session-service crashed with signal 5 in g_type_create_instance()
  https://bugs.launchpad.net/bugs/611257


Ignores the message in an error which is apparently causing a crash.
-- 
https://code.launchpad.net/~ted/indicator-session/bug611257/+merge/34340
Your team ayatana-commits is subscribed to branch lp:indicator-session.
=== modified file 'src/users-service-dbus.c'
--- src/users-service-dbus.c	2010-04-06 16:58:16 +0000
+++ src/users-service-dbus.c	2010-09-01 20:31:16 +0000
@@ -172,7 +172,7 @@
   priv->system_bus = dbus_g_bus_get (DBUS_BUS_SYSTEM, &error);
   if (error != NULL)
     {
-      g_error ("Unable to get system bus: %s", error->message);
+      g_error ("Unable to get system bus");
       g_error_free(error);
 
       return;


Follow ups