diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-04-09 20:59:20 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-04-09 20:59:20 +0200 |
commit | ef92fb6b07220aea130c9a32890c56623e393a45 (patch) | |
tree | 75c5ec3c6753057bcfa68703e206d2a6c2c3ee26 /src/gtk-logout-helper.c | |
parent | 81db14844ae153486cd472e1186d98b33865a23a (diff) | |
parent | dda06df8cd9fd0186d81701c72ff2e6fa36f5658 (diff) | |
download | ayatana-indicator-session-ef92fb6b07220aea130c9a32890c56623e393a45.tar.gz ayatana-indicator-session-ef92fb6b07220aea130c9a32890c56623e393a45.tar.bz2 ayatana-indicator-session-ef92fb6b07220aea130c9a32890c56623e393a45.zip |
releasing version 0.2.8-0ubuntu1~ppa1
Diffstat (limited to 'src/gtk-logout-helper.c')
-rw-r--r-- | src/gtk-logout-helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtk-logout-helper.c b/src/gtk-logout-helper.c index 64fba14..b8923c6 100644 --- a/src/gtk-logout-helper.c +++ b/src/gtk-logout-helper.c @@ -68,7 +68,7 @@ consolekit_fallback (LogoutDialogType action) 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); } |