1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-22 14:10:34 +00:00

(trunk gtk) #3454 "update tracker tab to match gtk+ client" -- copy a little bit of the Qt client's layout to the GTK+ client

This commit is contained in:
Charles Kerr 2010-07-28 17:27:58 +00:00
parent 009d024908
commit 969c72b927

View file

@ -2238,6 +2238,7 @@ tracker_page_new( struct DetailsImpl * di )
gtk_container_set_border_width( GTK_CONTAINER( vbox ), GUI_PAD_BIG );
v = di->tracker_view = gtk_tree_view_new( );
gtk_tree_view_set_headers_visible( GTK_TREE_VIEW( v ), FALSE );
g_signal_connect( v, "button-press-event",
G_CALLBACK( on_tree_view_button_pressed ), NULL );
g_signal_connect( v, "button-release-event",