diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2006-11-14 05:26:15 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2006-11-14 05:26:15 +0000 |
commit | f6f2d72eb62b4bf5b79dc19ccdcbf532d8cab784 (patch) | |
tree | f9a4a46916c45268981416f4d69d396eda420e19 /src/filesel.c | |
parent | 12b9a5ea34d808ff94ed0b0f63d042b9d05c9182 (diff) |
made the default directory of file selection dialog document folder.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1300 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 d300b7ff..5de4103d 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(get_startup_dir()); + change_dir(get_document_dir()); dialog = filesel_create(title, action); |