(trunk gtk) update some of the gtk+ calls s.t. we're not using deprecated API calls anymore

This commit is contained in:
Charles Kerr
2009-06-20 23:55:36 +00:00
parent e4d8d305ba
commit a8a4259f3a
4 changed files with 19 additions and 2 deletions

View File

@@ -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 );