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

Proposed by Ken VanDine
Status: Merged
Merged at revision: 143
Proposed branch: lp:~ken-vandine/indicator-me/lp_746962
Merge into: lp:indicator-me
Diff against target: 12 lines (+1/-1)
1 file modified
src/indicator-me.c (+1/-1)
To merge this branch: bzr merge lp:~ken-vandine/indicator-me/lp_746962
Reviewer Review Type Date Requested Status
Mikkel Kamstrup Erlandsen (community) Approve
Ted Gould (community) Approve
Review via email: mp+56209@code.launchpad.net

Description of the change

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

To post a comment you must log in.
Revision history for this message
Ted Gould (ted) wrote :

  review approve

review: Approve
Revision history for this message
Mikkel Kamstrup Erlandsen (kamstrup) wrote :

 review approve

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/indicator-me.c'
2--- src/indicator-me.c 2011-04-02 13:53:12 +0000
3+++ src/indicator-me.c 2011-04-04 16:49:29 +0000
4@@ -263,7 +263,7 @@
5 g_return_if_fail(status_proxy != NULL);
6
7 if (error != NULL) {
8- g_error("Could not get the username %s", error->message);
9+ g_warning("Could not get the status icon %s", error->message);
10 g_error_free(error);
11 return;
12 }

Subscribers

People subscribed via source and target branches