finch/libgnt/test/file.c

changeset 19732
f08436883bb1
parent 18762
1d4a091693f5
child 19733
ec657d978c5a
--- a/finch/libgnt/test/file.c	Sat Sep 01 23:09:41 2007 +0000
+++ b/finch/libgnt/test/file.c	Sat Sep 01 23:50:22 2007 +0000
@@ -14,7 +14,7 @@
 	gnt_init();
 
 	GntWidget *w = gnt_file_sel_new();
-	gnt_file_sel_set_current_location(GNT_FILE_SEL(w), "/home/");
+	gnt_file_sel_set_current_location(GNT_FILE_SEL(w), "asd/home/asdasd/qweqweasd");
 	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);

mercurial