mirror of
https://github.com/transmission/transmission
synced 2024-12-24 08:43:27 +00:00
(trunk gtk) remove calls to gtk_dialog_set_has_separator(), which has been removed in GNOME 3
This commit is contained in:
parent
ffe54a20ed
commit
fafc36f78e
2 changed files with 0 additions and 2 deletions
|
@ -2329,7 +2329,6 @@ torrent_inspector_new( GtkWindow * parent, TrCore * core )
|
|||
gtk_window_set_role( GTK_WINDOW( d ), "tr-info" );
|
||||
g_signal_connect_swapped( d, "response",
|
||||
G_CALLBACK( gtk_widget_destroy ), d );
|
||||
gtk_dialog_set_has_separator( GTK_DIALOG( d ), FALSE );
|
||||
gtk_container_set_border_width( GTK_CONTAINER( d ), GUI_PAD );
|
||||
g_object_set_data_full( G_OBJECT( d ), DETAILS_KEY, di, details_free );
|
||||
|
||||
|
|
|
@ -1217,7 +1217,6 @@ tr_prefs_dialog_new( GObject * core,
|
|||
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
|
||||
NULL );
|
||||
gtk_window_set_role( GTK_WINDOW( d ), "transmission-preferences-dialog" );
|
||||
gtk_dialog_set_has_separator( GTK_DIALOG( d ), FALSE );
|
||||
gtk_container_set_border_width( GTK_CONTAINER( d ), GUI_PAD );
|
||||
|
||||
n = gtk_notebook_new( );
|
||||
|
|
Loading…
Reference in a new issue