[accounts-dialog] Fix account type when original is supervised
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [accounts-dialog] Fix account type when original is supervised
- Date: Wed, 13 Jan 2010 13:46:04 +0000 (UTC)
commit 4d16a16fd1267094e9cef2b20568652a260fc911
Author: Bastien Nocera <hadess hadess net>
Date: Wed Jan 13 13:45:46 2010 +0000
Fix account type when original is supervised
src/um-account-type-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/um-account-type-dialog.c b/src/um-account-type-dialog.c
index a55fcf4..281ce8c 100644
--- a/src/um-account-type-dialog.c
+++ b/src/um-account-type-dialog.c
@@ -107,7 +107,7 @@ um_account_type_dialog_new (void)
um->standard_radio = (GtkWidget *) gtk_builder_get_object (builder, "standard-radiobutton");
um->admin_radio = (GtkWidget *) gtk_builder_get_object (builder, "administrator-radiobutton");
- um->guest_radio = (GtkWidget *) gtk_builder_get_object (builder, "guest-radiobutton");
+ um->guest_radio = (GtkWidget *) gtk_builder_get_object (builder, "supervised-radiobutton");
um->user_icon = (GtkWidget *) gtk_builder_get_object (builder, "user-icon");
um->user_name = (GtkWidget *) gtk_builder_get_object (builder, "user-name");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]