1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/x11/xfce4-taskmanager/files/patch-src__exec-tool-button.c
Olivier Duchateau 0d4c6c7b8c - Update to 1.0.1
- Replace LIB_DEPENDS by GNOME components
- Add license blob
- Update WWW entry (pkg-descr)
- Add patch, which replaces 'xfce4-appfinder' image by generic icon in menu item
2014-01-08 21:22:56 +00:00

15 lines
807 B
C

Use generic icon to avoid menu item without icon (especially with GNOME icons
theme).
--- ./src/exec-tool-button.c.orig 2014-01-08 18:42:02.000000000 +0000
+++ ./src/exec-tool-button.c 2014-01-08 21:43:47.000000000 +0000
@@ -179,7 +179,7 @@
menu_append_item (GTK_MENU (menu), _("Run Program..."), "gexec", "gtk-execute");
/* Find an applications-listing program */
if (program_exists ("xfce4-appfinder"))
- menu_append_item (GTK_MENU (menu), _("Application Finder"), "xfce4-appfinder", "xfce4-appfinder");
+ menu_append_item (GTK_MENU (menu), _("Application Finder"), "xfce4-appfinder", "utilities-system-monitor");
/* Find a terminal emulator */
if (program_exists ("exo-open"))
menu_append_item (GTK_MENU (menu), _("Terminal emulator"), "exo-open --launch TerminalEmulator", "terminal");