gnome-session r4820 - in branches/dbus_based: . gnome-session



Author: mccann
Date: Mon Jul 21 19:43:01 2008
New Revision: 4820
URL: http://svn.gnome.org/viewvc/gnome-session?rev=4820&view=rev

Log:
2008-07-21  William Jon McCann  <jmccann redhat com>

	* gnome-session/gsm-logout-dialog.c:
	Use standard icon names.
	Patch from Matthias Clasen.  Fixes #542256



Modified:
   branches/dbus_based/ChangeLog
   branches/dbus_based/gnome-session/gsm-logout-dialog.c

Modified: branches/dbus_based/gnome-session/gsm-logout-dialog.c
==============================================================================
--- branches/dbus_based/gnome-session/gsm-logout-dialog.c	(original)
+++ branches/dbus_based/gnome-session/gsm-logout-dialog.c	Mon Jul 21 19:43:01 2008
@@ -39,8 +39,8 @@
 
 #define AUTOMATIC_ACTION_TIMEOUT 60
 
-#define GSM_ICON_LOGOUT   "gnome-logout"
-#define GSM_ICON_SHUTDOWN "gnome-shutdown"
+#define GSM_ICON_LOGOUT   "system-log-out"
+#define GSM_ICON_SHUTDOWN "system-shutdown"
 
 typedef enum {
         GSM_DIALOG_LOGOUT_TYPE_LOGOUT,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]