Improve file dialogs

- Fixes #314
- Adds file extensions to sound and image browsing
- Some options no longer default to our config dir
- Always add a shortcut to our config dir
- Remove broken 'last_dir' functionality, gtk already knows recent
This commit is contained in:
TingPing
2013-08-30 20:19:10 -04:00
parent 36b84c9af3
commit 4c406bce17
7 changed files with 42 additions and 111 deletions

View File

@@ -146,7 +146,7 @@ static void
url_button_save (void)
{
gtkutil_file_req (_("Select an output filename"),
url_save_callback, NULL, get_xdir (), NULL, FRF_WRITE|FRF_FILTERISINITIAL);
url_save_callback, NULL, NULL, NULL, FRF_WRITE);
}
void