13 lines
556 B
Diff
13 lines
556 B
Diff
|
diff -up gnome-session-2.23.6/capplet/commands.c.icon-name gnome-session-2.23.6/capplet/commands.c
|
||
|
--- gnome-session-2.23.6/capplet/commands.c.icon-name 2008-08-07 00:03:55.000000000 -0400
|
||
|
+++ gnome-session-2.23.6/capplet/commands.c 2008-08-07 00:04:16.000000000 -0400
|
||
|
@@ -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))
|