gtk: Enable create folder in dialog.
This commit is contained in:
parent
637a99ea66
commit
4c63307ae7
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ class FileChooserDialog {
|
||||||
if (action == GTK_FILE_CHOOSER_ACTION_SAVE)
|
if (action == GTK_FILE_CHOOSER_ACTION_SAVE)
|
||||||
gtk_file_chooser_set_do_overwrite_confirmation(GTK_FILE_CHOOSER(dialog_),
|
gtk_file_chooser_set_do_overwrite_confirmation(GTK_FILE_CHOOSER(dialog_),
|
||||||
TRUE);
|
TRUE);
|
||||||
|
if (action != GTK_FILE_CHOOSER_ACTION_OPEN)
|
||||||
|
gtk_file_chooser_set_create_folders(GTK_FILE_CHOOSER(dialog_), TRUE);
|
||||||
|
|
||||||
// Set window-to-parent modality by adding the dialog to the same window
|
// Set window-to-parent modality by adding the dialog to the same window
|
||||||
// group as the parent.
|
// group as the parent.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue