diff finch/libgnt/test/file.c @ 15931:f00f2e283ffb

Some define changes. This helps in generating the python bindings.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 26 Mar 2007 04:10:39 +0000
parents 3da9d5da9054
children f104e1d45d85
line wrap: on
line diff
--- a/finch/libgnt/test/file.c	Mon Mar 26 04:06:15 2007 +0000
+++ b/finch/libgnt/test/file.c	Mon Mar 26 04:10:39 2007 +0000
@@ -9,6 +9,7 @@
 	GntWidget *w = gnt_file_sel_new();
 	gnt_file_sel_set_current_location(GNT_FILE_SEL(w), "/home/");
 	gnt_file_sel_set_dirs_only(GNT_FILE_SEL(w), TRUE);
+	gnt_file_sel_set_multi_select(GNT_FILE_SEL(w), TRUE);
 	gnt_widget_show(w);
 
 	gnt_main();