Author: stephan
Date: 2007-01-15 14:09:36 +0000 (Mon, 15 Jan 2007)
New Revision: 24479
Modified:
squeeze/trunk/src/notebook.c
Log:
revert bug introduced with previous commit
Modified: squeeze/trunk/src/notebook.c
===================================================================
--- squeeze/trunk/src/notebook.c 2007-01-15 14:08:26 UTC (rev 24478)
+++ squeeze/trunk/src/notebook.c 2007-01-15 14:09:36 UTC (rev 24479)
@@ -482,8 +482,8 @@
gtk_tree_selection_set_mode(selection, GTK_SELECTION_MULTIPLE);
GtkTreeModel *tree_model = sq_archive_store_new(archive,
notebook->props._show_icons, notebook->props._up_dir, notebook->icon_theme);
- //sq_archive_store_set_sort_folders_first(SQ_ARCHIVE_STORE(tree_model),
notebook->props._sort_folders_first);
-
//sq_archive_store_set_sort_case_sensitive(SQ_ARCHIVE_STORE(tree_model),
notebook->props._sort_case_sensitive);
+ sq_archive_store_set_sort_folders_first(SQ_ARCHIVE_STORE(tree_model),
notebook->props._sort_folders_first);
+ sq_archive_store_set_sort_case_sensitive(SQ_ARCHIVE_STORE(tree_model),
notebook->props._sort_case_sensitive);
g_signal_connect(G_OBJECT(tree_model), "notify",
G_CALLBACK(cb_sq_notebook_notify_proxy), notebook);
gtk_box_pack_start(GTK_BOX(lbl_hbox), archive_image, FALSE, FALSE, 3);
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits