Esc/ closing "downloads still active" should cancel, not continue
This commit is contained in:
parent
09c041f740
commit
7d61f1b897
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ midori_transferbar_confirm_delete (MidoriTransferbar* transferbar)
|
||||||
}
|
}
|
||||||
if (dialog != NULL)
|
if (dialog != NULL)
|
||||||
{
|
{
|
||||||
if (gtk_dialog_run (GTK_DIALOG (dialog)) == GTK_RESPONSE_CANCEL)
|
if (gtk_dialog_run (GTK_DIALOG (dialog)) != GTK_RESPONSE_ACCEPT)
|
||||||
cancel = TRUE;
|
cancel = TRUE;
|
||||||
gtk_widget_destroy (dialog);
|
gtk_widget_destroy (dialog);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue