Mercurial > pidgin.yaz
diff finch/libgnt/test/file.c @ 19566:57d350900136
Tooltips can be for the buddylist or for conversation windows.
A more appropriate fix for #2723.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sat, 01 Sep 2007 23:50:22 +0000 |
parents | f104e1d45d85 |
children | b99a158ea85e |
line wrap: on
line diff
--- 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);