mirror of
https://github.com/transmission/transmission
synced 2025-02-13 01:44:40 +00:00
(gtk) fix crash reported by Lacrocivious
This commit is contained in:
parent
b2809267dc
commit
126609cded
1 changed files with 3 additions and 2 deletions
|
@ -121,7 +121,8 @@ askquit( TrCore * core,
|
|||
GTK_RESPONSE_ACCEPT );
|
||||
gtk_dialog_set_alternative_button_order( GTK_DIALOG( wind ),
|
||||
GTK_RESPONSE_ACCEPT,
|
||||
GTK_RESPONSE_CANCEL );
|
||||
GTK_RESPONSE_CANCEL,
|
||||
-1 );
|
||||
|
||||
dontask = gtk_check_button_new_with_mnemonic( _("_Don't ask me again") );
|
||||
stuff->dontask = dontask;
|
||||
|
|
Loading…
Reference in a new issue