Merge lp:~ted/indicator-session/lp747818 into lp:indicator-session/0.1

Proposed by Ted Gould
Status: Merged
Approved by: Kalle Valo
Approved revision: 146
Merged at revision: 145
Proposed branch: lp:~ted/indicator-session/lp747818
Merge into: lp:indicator-session/0.1
Diff against target: 12 lines (+1/-1)
1 file modified
src/session-dbus.c (+1/-1)
To merge this branch: bzr merge lp:~ted/indicator-session/lp747818
Reviewer Review Type Date Requested Status
Mikkel Kamstrup Erlandsen (community) Approve
Kalle Valo (community) Approve
Review via email: mp+57524@code.launchpad.net

Description of the change

Don't die if we can't signal an icon change. Not worth it.

To post a comment you must log in.
Revision history for this message
Kalle Valo (kvalo) wrote :

Fully agree.

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/session-dbus.c'
2--- src/session-dbus.c 2011-01-11 16:48:07 +0000
3+++ src/session-dbus.c 2011-04-13 15:58:27 +0000
4@@ -247,7 +247,7 @@
5 &error);
6
7 if (error != NULL) {
8- g_error("Unable to send IconUpdated signal: %s", error->message);
9+ g_warning("Unable to send IconUpdated signal: %s", error->message);
10 g_error_free(error);
11 return;
12 }

Subscribers

People subscribed via source and target branches