[Xfce4-commits] r23760 - xarchiver/branches/xarchiver-psybsd/src

Stephan Arts stephan at xfce.org
Mon Nov 6 15:19:26 CET 2006


Author: stephan
Date: 2006-11-06 14:19:26 +0000 (Mon, 06 Nov 2006)
New Revision: 23760

Modified:
   xarchiver/branches/xarchiver-psybsd/src/main_window.c
Log:
Resolved a critical error.



Modified: xarchiver/branches/xarchiver-psybsd/src/main_window.c
===================================================================
--- xarchiver/branches/xarchiver-psybsd/src/main_window.c	2006-11-06 13:36:28 UTC (rev 23759)
+++ xarchiver/branches/xarchiver-psybsd/src/main_window.c	2006-11-06 14:19:26 UTC (rev 23760)
@@ -409,7 +409,7 @@
 	GSList *filenames = NULL;
 	GValue *value = g_new0(GValue, 1);
 
-	GtkTreeView *treeview = GTK_TREE_VIEW(xa_notebook_get_active_child(XA_NOTEBOOK(window->notebook)));
+	GtkTreeView *treeview = GTK_TREE_VIEW(gtk_bin_get_child(GTK_BIN(xa_notebook_get_active_child(XA_NOTEBOOK(window->notebook)))));
 	GtkTreeModel *treemodel = gtk_tree_view_get_model(treeview);
 	GtkTreeIter iter;
 	GtkTreeSelection *selection = gtk_tree_view_get_selection (treeview);



More information about the Xfce4-commits mailing list