summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2009-01-15 18:53:35 +0000
committerWilliam Jon McCann <mccann@src.gnome.org>2009-01-15 18:53:35 +0000
commite448db467d647825056bae28e9af2be0ef905393 (patch)
tree0c52d990f06be1a3237330ddbe88d82d105568b6
parent52f993af3a95f23f190818374b43d6ec5baa88c6 (diff)
downloadgdm-e448db467d647825056bae28e9af2be0ef905393.tar.gz
Use system-users as the switch user icon.
2009-01-15 William Jon McCann <jmccann@redhat.com> * gui/user-switch-applet/applet.c (menuitem_style_set_cb): Use system-users as the switch user icon. svn path=/trunk/; revision=6666
-rw-r--r--ChangeLog5
-rw-r--r--gui/user-switch-applet/applet.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6156b9cd..15a3719d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-15 William Jon McCann <jmccann@redhat.com>
+
+ * gui/user-switch-applet/applet.c (menuitem_style_set_cb):
+ Use system-users as the switch user icon.
+
2009-01-14 William Jon McCann <jmccann@redhat.com>
* gui/user-switch-applet/gdm-entry-menu-item.c
diff --git a/gui/user-switch-applet/applet.c b/gui/user-switch-applet/applet.c
index d2b8618a..d382358d 100644
--- a/gui/user-switch-applet/applet.c
+++ b/gui/user-switch-applet/applet.c
@@ -554,7 +554,7 @@ menuitem_style_set_cb (GtkWidget *menuitem,
const char *icon_name;
if (menuitem == adata->login_screen_item) {
- icon_name = "gdm";
+ icon_name = "system-users";
} else if (menuitem == adata->lock_screen_item) {
icon_name = "system-lock-screen";
} else if (menuitem == adata->quit_session_item) {