wok diff xarchive/stuff/slitaz-xarchive-wrappers-0.2.8-6.patch @ rev 17260
Add manserver.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Oct 22 00:11:20 2014 +0300 (2014-10-22) |
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 Oct 22 00:11:20 2014 +0300 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 + }