mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(trunk gtk) GTK_DIALOG_NO_SEPARATOR will be removed in GTK 3, so don't use it.
This commit is contained in:
@@ -145,8 +145,7 @@ gtr_stats_dialog_new( GtkWindow * parent, TrCore * core )
|
||||
|
||||
d = gtk_dialog_new_with_buttons( _( "Statistics" ),
|
||||
parent,
|
||||
GTK_DIALOG_DESTROY_WITH_PARENT |
|
||||
GTK_DIALOG_NO_SEPARATOR,
|
||||
GTK_DIALOG_DESTROY_WITH_PARENT,
|
||||
_( "_Reset" ), TR_RESPONSE_RESET,
|
||||
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
|
||||
NULL );
|
||||
|
||||
Reference in New Issue
Block a user