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

Up: slitaz-boot-scripts (5.0) No more lang/kmap config at boot, use new tazlocale/tazkeymap functions
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 02 17:05:52 2012 +0200 (2012-05-02)
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	Wed May 02 17:05:52 2012 +0200
     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 +   }