← Back to team overview

ayatana-commits team mailing list archive

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

 

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

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

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

Don't die if we can't signal an icon change.  Not worth it.
-- 
https://code.launchpad.net/~ted/indicator-session/lp747818/+merge/57524
Your team ayatana-commits is subscribed to branch lp:indicator-session.
=== modified file 'src/session-dbus.c'
--- src/session-dbus.c	2011-01-11 16:48:07 +0000
+++ src/session-dbus.c	2011-04-13 15:58:27 +0000
@@ -247,7 +247,7 @@
 			                       &error);
 
 		if (error != NULL) {
-			g_error("Unable to send IconUpdated signal: %s", error->message);
+			g_warning("Unable to send IconUpdated signal: %s", error->message);
 			g_error_free(error);
 			return;
 		}


Follow ups