gnome-session r4923 - in trunk: . capplet



Author: matthiasc
Date: Thu Aug  7 19:10:57 2008
New Revision: 4923
URL: http://svn.gnome.org/viewvc/gnome-session?rev=4923&view=rev

Log:
Use standard icon name


Modified:
   trunk/ChangeLog
   trunk/capplet/commands.c

Modified: trunk/capplet/commands.c
==============================================================================
--- trunk/capplet/commands.c	(original)
+++ trunk/capplet/commands.c	Thu Aug  7 19:10:57 2008
@@ -32,7 +32,7 @@
 #include "gsm-util.h"
 
 #define DESKTOP_ENTRY_GROUP  "Desktop Entry"
-#define STARTUP_APP_ICON     "gnome-run"
+#define STARTUP_APP_ICON     "system-run"
 
 #define REALLY_IDENTICAL_STRING(a, b)                   \
         ((a && b && !strcmp (a, b)) || (!a && !b))



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