← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~ken-vandine/indicator-me/lp_746962 into lp:indicator-me

 

Ken VanDine has proposed merging lp:~ken-vandine/indicator-me/lp_746962 into lp:indicator-me.

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

For more details, see:
https://code.launchpad.net/~ken-vandine/indicator-me/lp_746962/+merge/56209

Don't fail if we don't get the status icon (LP: #746962) 

-- 
https://code.launchpad.net/~ken-vandine/indicator-me/lp_746962/+merge/56209
Your team ayatana-commits is subscribed to branch lp:indicator-me.
=== modified file 'src/indicator-me.c'
--- src/indicator-me.c	2011-04-02 13:53:12 +0000
+++ src/indicator-me.c	2011-04-04 16:49:29 +0000
@@ -263,7 +263,7 @@
 	g_return_if_fail(status_proxy != NULL);
 
 	if (error != NULL) {
-		g_error("Could not get the username %s", error->message);
+		g_warning("Could not get the status icon %s", error->message);
 		g_error_free(error);
 		return;
 	}


Follow ups