wok diff sakura/stuff/sakura-icon.patch @ rev 25670

Up mediawiki (1.41.0), memcached (1.6.23), metasploit (6.3.56), modsecurity-apache (2.9.7), mutt (2.2.12), ncurses (6.4), nginx (1.25.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 25 17:20:49 2024 +0000 (4 months ago)
parents b00dca9c0ddd
children
line diff
     1.1 --- a/sakura/stuff/sakura-icon.patch	Thu May 29 10:48:34 2014 +0300
     1.2 +++ b/sakura/stuff/sakura-icon.patch	Sun Feb 25 17:20:49 2024 +0000
     1.3 @@ -1,11 +1,13 @@
     1.4 ---- src/sakura.c.orig
     1.5 -+++ src/sakura.c
     1.6 +Set Freedesktop standard icon
     1.7 +
     1.8 +--- a/src/sakura.c
     1.9 ++++ b/src/sakura.c
    1.10  @@ -210,7 +210,7 @@
    1.11   };
    1.12   
    1.13   
    1.14  -#define ICON_FILE "terminal-tango.svg"
    1.15 -+#define ICON_NAME "terminal"
    1.16 ++#define ICON_NAME "utilities-terminal"
    1.17   #define SCROLL_LINES 4096
    1.18   #define HTTP_REGEXP "(ftp|http)s?://[-a-zA-Z0-9.?$%&/=_~#.,:;+]*"
    1.19   #define CONFIGFILE "sakura.conf"