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

Proposed by Ted Gould
Status: Merged
Merged at revision: not available
Proposed branch: lp:~ted/indicator-session/bug548620
Merge into: lp:indicator-session/0.1
Diff against target: 11 lines (+1/-1)
1 file modified
src/gtk-logout-helper.c (+1/-1)
To merge this branch: bzr merge lp:~ted/indicator-session/bug548620
Reviewer Review Type Date Requested Status
Cody Russell (community) Approve
Review via email: mp+22675@code.launchpad.net

Description of the change

Stop looking at the message. It seems to cause a segfault.

To post a comment you must log in.
Revision history for this message
Cody Russell (bratsche) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/gtk-logout-helper.c'
2--- src/gtk-logout-helper.c 2010-03-04 14:50:50 +0000
3+++ src/gtk-logout-helper.c 2010-04-02 02:35:23 +0000
4@@ -68,7 +68,7 @@
5 g_object_unref(proxy);
6
7 if (error != NULL) {
8- g_error("Unable to signal ConsoleKit: %s", error->message);
9+ g_error("Unable to signal ConsoleKit");
10 g_error_free(error);
11 }
12

Subscribers

People subscribed via source and target branches