mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(gtk) #1105: slightly better fix than r6387's
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user