summaryrefslogtreecommitdiff
path: root/gui/user-switch-applet/applet.c
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 /gui/user-switch-applet/applet.c
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
Diffstat (limited to 'gui/user-switch-applet/applet.c')
-rw-r--r--gui/user-switch-applet/applet.c2
1 files changed, 1 insertions, 1 deletions
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) {