[gdm] libgdm: correct invalid g_variant format string
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdm] libgdm: correct invalid g_variant format string
- Date: Fri, 28 Sep 2012 15:02:08 +0000 (UTC)
commit 1e72815156834468b57f3e5ac1960950c2e9519f
Author: Tim Lunn <tim feathertop org>
Date: Fri Sep 28 10:29:00 2012 +1000
libgdm: correct invalid g_variant format string
User switching is broken on consoleKit systems where there is an active
login session. This is due to this invalid g_variant format specifier.
https://bugzilla.gnome.org/show_bug.cgi?id=684926
gui/libgdm/gdm-user-switching.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gui/libgdm/gdm-user-switching.c b/gui/libgdm/gdm-user-switching.c
index 693228e..507dd27 100644
--- a/gui/libgdm/gdm-user-switching.c
+++ b/gui/libgdm/gdm-user-switching.c
@@ -251,7 +251,7 @@ seat_can_activate_sessions (GDBusConnection *connection,
return FALSE;
}
- g_variant_get (reply, "(&b)", &ret);
+ g_variant_get (reply, "(b)", &ret);
g_variant_unref (reply);
return ret;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]