[Xfce4-commits] r23339 - xarchiver/branches/xarchiver-psybsd/src
Stephan Arts
stephan at xfce.org
Tue Oct 10 16:04:09 UTC 2006
Author: stephan
Date: 2006-10-10 16:04:09 +0000 (Tue, 10 Oct 2006)
New Revision: 23339
Modified:
xarchiver/branches/xarchiver-psybsd/src/main_window.c
Log:
fixed segfault
Modified: xarchiver/branches/xarchiver-psybsd/src/main_window.c
===================================================================
--- xarchiver/branches/xarchiver-psybsd/src/main_window.c 2006-10-10 15:59:41 UTC (rev 23338)
+++ xarchiver/branches/xarchiver-psybsd/src/main_window.c 2006-10-10 16:04:09 UTC (rev 23339)
@@ -456,6 +456,7 @@
open_archive_path = gtk_file_chooser_get_filename(GTK_FILE_CHOOSER(dialog));
if(window->lp_xa_archive)
{
+ xa_archive_store_set_contents(XA_ARCHIVE_STORE(window->treemodel), NULL);
g_object_unref(window->lp_xa_archive);
window->lp_xa_archive = NULL;
}
More information about the Xfce4-commits
mailing list