mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 10:28:32 +00:00
(trunk gtk) update some of the gtk+ calls s.t. we're not using deprecated API calls anymore
This commit is contained in:
@@ -459,8 +459,7 @@ msgwin_new( TrCore * core )
|
||||
**/
|
||||
|
||||
toolbar = gtk_toolbar_new( );
|
||||
gtk_toolbar_set_orientation( GTK_TOOLBAR(
|
||||
toolbar ), GTK_ORIENTATION_HORIZONTAL );
|
||||
gtr_toolbar_set_orientation( GTK_TOOLBAR( toolbar ), GTK_ORIENTATION_HORIZONTAL );
|
||||
gtk_toolbar_set_style( GTK_TOOLBAR( toolbar ), GTK_TOOLBAR_BOTH_HORIZ );
|
||||
|
||||
item = gtk_tool_button_new_from_stock( GTK_STOCK_SAVE );
|
||||
|
||||
Reference in New Issue
Block a user