From 40168aab1e33815859958ba3541cf953a20e46b6 Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 20 Oct 2005 06:15:41 +0000 Subject: added '--configdir' option which specifies config directory. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@667 ee746299-78ed-0310-b773-934348b2243d --- src/filesel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/filesel.c') diff --git a/src/filesel.c b/src/filesel.c index 7d87a928..c9087b8e 100644 --- a/src/filesel.c +++ b/src/filesel.c @@ -85,7 +85,7 @@ static GSList *filesel_select_file_full(const gchar *title, const gchar *file, if ((cwd = g_hash_table_lookup(path_table, title)) != NULL) change_dir(cwd); else - change_dir(startup_dir); + change_dir(get_startup_dir()); dialog = filesel_create(title, action); -- cgit v1.2.3