[gdm: 11/70] Use system-users as the switch user icon.
- From: Ray Strode <halfline src gnome org>
- To: svn-commits-list gnome org
- Subject: [gdm: 11/70] Use system-users as the switch user icon.
- Date: Tue, 31 Mar 2009 14:51:41 -0400 (EDT)
commit e448db467d647825056bae28e9af2be0ef905393
Author: William Jon McCann <jmccann redhat com>
Date: Thu Jan 15 18:53:35 2009 +0000
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
---
ChangeLog | 5 +++++
gui/user-switch-applet/applet.c | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 6156b9c..15a3719 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 d2b8618..d382358 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) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]