gdm r6666 - in trunk: . gui/user-switch-applet



Author: mccann
Date: Thu Jan 15 18:53:35 2009
New Revision: 6666
URL: http://svn.gnome.org/viewvc/gdm?rev=6666&view=rev

Log:
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.



Modified:
   trunk/ChangeLog
   trunk/gui/user-switch-applet/applet.c

Modified: trunk/gui/user-switch-applet/applet.c
==============================================================================
--- trunk/gui/user-switch-applet/applet.c	(original)
+++ trunk/gui/user-switch-applet/applet.c	Thu Jan 15 18:53:35 2009
@@ -554,7 +554,7 @@
                 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]