mirror of
https://github.com/transmission/transmission
synced 2024-12-24 08:43:27 +00:00
Fix initial directory in file chooser window.
This commit is contained in:
parent
2201bf3912
commit
5b6ac5744c
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ makeaddwind(GtkWindow *parent, add_torrents_func_t addfunc, void *cbdata) {
|
|||
pref = tr_prefs_get( PREF_ID_DIR );
|
||||
if( NULL != pref )
|
||||
{
|
||||
gtk_file_chooser_set_current_folder( GTK_FILE_CHOOSER( getdir ), pref );
|
||||
gtk_file_chooser_set_current_folder( GTK_FILE_CHOOSER( wind ), pref );
|
||||
}
|
||||
|
||||
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(dircheck), FALSE);
|
||||
|
|
Loading…
Reference in a new issue