mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
(trunk gtk) GTK_DIALOG_NO_SEPARATOR will be removed in GTK 3, so don't use it.
This commit is contained in:
@@ -433,8 +433,7 @@ gtr_torrent_creation_dialog_new( GtkWindow * parent, TrCore * core )
|
||||
|
||||
d = gtk_dialog_new_with_buttons( _( "New Torrent" ),
|
||||
parent,
|
||||
GTK_DIALOG_DESTROY_WITH_PARENT |
|
||||
GTK_DIALOG_NO_SEPARATOR,
|
||||
GTK_DIALOG_DESTROY_WITH_PARENT,
|
||||
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
|
||||
GTK_STOCK_NEW, GTK_RESPONSE_ACCEPT,
|
||||
NULL );
|
||||
|
||||
Reference in New Issue
Block a user