wok-6.x diff xarchive/stuff/slitaz-xarchive-wrappers-0.2.8-6.patch @ rev 6533
Up: gimp, gimp-console, gimp-dev, gimp-plug-ins to 2.6.11.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 04 19:32:48 2010 +0000 (2010-10-04) |
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 Mon Oct 04 19:32:48 2010 +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 + }