[Xfce4-commits] r27201 - in xarchiver/trunk: . src
Giuseppe Torelli
colossus at xfce.org
Thu Jul 3 13:54:29 CEST 2008
Author: colossus
Date: 2008-07-03 11:54:29 +0000 (Thu, 03 Jul 2008)
New Revision: 27201
Modified:
xarchiver/trunk/TODO
xarchiver/trunk/src/lha.c
Log:
Fixed a weird crash in lha.c.
Updated TODO file.
Modified: xarchiver/trunk/TODO
===================================================================
--- xarchiver/trunk/TODO 2008-07-03 11:23:06 UTC (rev 27200)
+++ xarchiver/trunk/TODO 2008-07-03 11:54:29 UTC (rev 27201)
@@ -1,6 +1,5 @@
- fix the directories bug with 7z
- fix the remaining bugs in bugzilla.xfce.org
-- add ability to add files in specific archive directories.
- enrich the status bar
- to fix the arrow buttons
- add a small progress window when using Xarchiver cmd-line switches.
Modified: xarchiver/trunk/src/lha.c
===================================================================
--- xarchiver/trunk/src/lha.c 2008-07-03 11:23:06 UTC (rev 27200)
+++ xarchiver/trunk/src/lha.c 2008-07-03 11:54:29 UTC (rev 27201)
@@ -43,7 +43,7 @@
if (archive->child_pid == 0)
return;
- GType types[]= {GDK_TYPE_PIXBUF,G_TYPE_STRING,G_TYPE_STRING,G_TYPE_STRING,G_TYPE_UINT64,G_TYPE_STRING,G_TYPE_STRING};
+ GType types[]= {GDK_TYPE_PIXBUF,G_TYPE_STRING,G_TYPE_STRING,G_TYPE_STRING,G_TYPE_UINT64,G_TYPE_STRING,G_TYPE_POINTER};
archive->column_types = g_malloc0(sizeof(types));
for (i = 0; i < 7; i++)
archive->column_types[i] = types[i];
More information about the Xfce4-commits
mailing list