From 1dce705286288b548a47689b137855efc4e79e50 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 18 Dec 2012 19:09:15 -0500 Subject: [PATCH] user: Fix x-session -> xsession property notification Introduced by commit acb79f31770318f461f2dec95d0ba971cbfbc177. --- src/user.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/user.c b/src/user.c index 9d84e11..bc54a38 100644 --- a/src/user.c +++ b/src/user.c @@ -315,7 +315,7 @@ user_update_from_keyfile (User *user, if (s != NULL) { g_free (user->x_session); user->x_session = s; - g_object_notify (G_OBJECT (user), "x-session"); + g_object_notify (G_OBJECT (user), "xsession"); } s = g_key_file_get_string (keyfile, "User", "Email", NULL); -- 1.7.1