mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-10-29 03:34:16 +00:00
Don't force a default response.
This commit is contained in:
parent
846dd7c0e5
commit
fe817911c5
1 changed files with 0 additions and 1 deletions
|
@ -566,6 +566,5 @@ eel_create_question_dialog (const char *primary_text,
|
|||
GTK_BUTTONS_NONE,
|
||||
parent);
|
||||
gtk_dialog_add_buttons (dialog, answer_1, response_1, answer_2, response_2, NULL);
|
||||
gtk_dialog_set_default_response (dialog, response_2);
|
||||
return dialog;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue