wok diff xarchive/stuff/slitaz-xarchive-wrappers-0.2.8-6.patch @ rev 11015

bluez: Fixed WGET_URL.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 13 09:41:52 2011 +0000 (2011-10-13)
parents 7c31f0d8f00c
children
line diff
     1.1 --- a/xarchive/stuff/slitaz-xarchive-wrappers-0.2.8-6.patch	Fri Apr 25 21:50:15 2008 +0000
     1.2 +++ b/xarchive/stuff/slitaz-xarchive-wrappers-0.2.8-6.patch	Thu Oct 13 09:41:52 2011 +0000
     1.3 @@ -677,3 +677,17 @@
     1.4   Exec=xarchive %F
     1.5   Icon=/path/to/icons/xarchive.xpm
     1.6   StartupNotify=true
     1.7 +
     1.8 +--- xarchive-0.2.8-6/src/main.c
     1.9 ++++ xarchive-0.2.8-6/src/main.c
    1.10 +@@ -178,6 +178,10 @@
    1.11 +     {
    1.12 +       ext = (gchar *) g_ptr_array_index(wrapent->ext_array, e);
    1.13 +       g_string_append_printf(info_text,"%s ", ext);
    1.14 ++      if (e % 10 == 9)
    1.15 ++      {
    1.16 ++        g_string_append_printf(info_text,"\n                 ");
    1.17 ++      }
    1.18 +     }
    1.19 +     g_string_append_c(info_text, '\n');
    1.20 +   }