diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-10-20 06:15:41 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-10-20 06:15:41 +0000 |
commit | 40168aab1e33815859958ba3541cf953a20e46b6 (patch) | |
tree | dd7e7ccd5941505479e172637bdf6ee0d336bfbb /src/filesel.c | |
parent | 4b921d38b48195db59f0224e994f8372adb5873f (diff) |
added '--configdir' option which specifies config directory.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@667 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/filesel.c')
-rw-r--r-- | src/filesel.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |