------------------------------------------------------------
revno: 143
committer: Ken VanDine <[email protected]>
branch nick: indicator-me
timestamp: Mon 2011-04-04 12:47:54 -0400
message:
  improved the error output when we fail to get a status icon
modified:
  src/indicator-me.c


--
lp:indicator-me
https://code.launchpad.net/~indicator-applet-developers/indicator-me/trunk

Your team ayatana-commits is subscribed to branch lp:indicator-me.
To unsubscribe from this branch go to 
https://code.launchpad.net/~indicator-applet-developers/indicator-me/trunk/+edit-subscription
=== modified file 'src/indicator-me.c'
--- src/indicator-me.c	2011-04-04 16:46:04 +0000
+++ src/indicator-me.c	2011-04-04 16:47:54 +0000
@@ -263,7 +263,7 @@
 	g_return_if_fail(status_proxy != NULL);
 
 	if (error != NULL) {
-		g_warning("Could not get the username %s", error->message);
+		g_warning("Could not get the status icon %s", error->message);
 		g_error_free(error);
 		return;
 	}

_______________________________________________
Mailing list: https://launchpad.net/~ayatana-commits
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~ayatana-commits
More help   : https://help.launchpad.net/ListHelp

Reply via email to