ayatana-commits team mailing list archive
-
ayatana-commits team
-
Mailing list archive
-
Message #01384
[Merge] lp:~ted/indicator-session/bug548620 into lp:indicator-session
Ted Gould has proposed merging lp:~ted/indicator-session/bug548620 into lp:indicator-session.
Requested reviews:
Indicator Applet Developers (indicator-applet-developers)
Related bugs:
#548620 gtk-logout-helper crashed with signal 5 in __libc_start_main()
https://bugs.launchpad.net/bugs/548620
Stop looking at the message. It seems to cause a segfault.
--
https://code.launchpad.net/~ted/indicator-session/bug548620/+merge/22675
Your team ayatana-commits is subscribed to branch lp:indicator-session.
=== modified file 'src/gtk-logout-helper.c'
--- src/gtk-logout-helper.c 2010-03-04 14:50:50 +0000
+++ src/gtk-logout-helper.c 2010-04-02 02:35:23 +0000
@@ -68,7 +68,7 @@
g_object_unref(proxy);
if (error != NULL) {
- g_error("Unable to signal ConsoleKit: %s", error->message);
+ g_error("Unable to signal ConsoleKit");
g_error_free(error);
}
Follow ups