mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
(gtk) #1105: slightly better fix than r6387's
This commit is contained in:
parent
d6ede8d09e
commit
2d1c6921d2
1 changed files with 3 additions and 3 deletions
|
@ -112,9 +112,9 @@ stats_dialog_create( GtkWindow * parent, TrCore * core )
|
|||
|
||||
d = gtk_dialog_new_with_buttons( _("Statistics"),
|
||||
parent,
|
||||
GTK_DIALOG_DESTROY_WITH_PARENT,
|
||||
GTK_STOCK_CLEAR, TR_RESPONSE_CLEAR,
|
||||
GTK_STOCK_OK, GTK_RESPONSE_CLOSE,
|
||||
GTK_DIALOG_DESTROY_WITH_PARENT|GTK_DIALOG_NO_SEPARATOR,
|
||||
GTK_STOCK_DELETE, TR_RESPONSE_CLEAR,
|
||||
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
|
||||
NULL );
|
||||
gtk_dialog_set_default_response( GTK_DIALOG( d ),
|
||||
GTK_RESPONSE_CLOSE );
|
||||
|
|
Loading…
Reference in a new issue