← Back to team overview

ayatana-commits team mailing list archive

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

 

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

Requested reviews:
  Indicator Applet Developers (indicator-applet-developers)
Related bugs:
  Bug #745323 in Session Menu: "unity-panel-service crashed with SIGABRT in g_simple_async_result_complete()"
  https://bugs.launchpad.net/indicator-session/+bug/745323

For more details, see:
https://code.launchpad.net/~ted/indicator-session/lp745323/+merge/56285

Remove a g_error so we don't kill Unity.  Seems to be the last one here!
-- 
https://code.launchpad.net/~ted/indicator-session/lp745323/+merge/56285
Your team ayatana-commits is subscribed to branch lp:indicator-session.
=== modified file 'src/indicator-session.c'
--- src/indicator-session.c	2011-02-14 05:02:01 +0000
+++ src/indicator-session.c	2011-04-05 04:01:27 +0000
@@ -162,7 +162,7 @@
 	}
 
 	if (error != NULL) {
-		g_error("Could not grab DBus proxy for %s: %s", INDICATOR_SESSION_DBUS_NAME, error->message);
+		g_warning("Could not grab DBus proxy for %s: %s", INDICATOR_SESSION_DBUS_NAME, error->message);
 		g_error_free(error);
 		return;
 	}


Follow ups