(trunk gtk) #4970 remove deprecated GTK+ API calls, raise GTK+ dependency to 3.2

This commit is contained in:
Jordan Lee
2012-07-14 19:26:55 +00:00
parent b6e0e48927
commit cdd71c6427
16 changed files with 114 additions and 303 deletions

View File

@@ -176,7 +176,6 @@ gtr_stats_dialog_new( GtkWindow * parent, TrCore * core )
l = ui->all_time_lb = gtk_label_new( NULL );
gtk_label_set_single_line_mode( GTK_LABEL( l ), TRUE );
hig_workarea_add_row( t, &row, _( "Duration:" ), l, NULL );
hig_workarea_finish( t, &row );
gtr_dialog_set_content( GTK_DIALOG( d ), t );
updateStats( ui );