(trunk gtk) GTK_DIALOG_NO_SEPARATOR will be removed in GTK 3, so don't use it.

This commit is contained in:
Charles Kerr
2010-12-25 02:05:15 +00:00
parent f3e089a56e
commit 0a160aec49
4 changed files with 5 additions and 9 deletions

View File

@@ -145,8 +145,7 @@ gtr_stats_dialog_new( GtkWindow * parent, TrCore * core )
d = gtk_dialog_new_with_buttons( _( "Statistics" ),
parent,
GTK_DIALOG_DESTROY_WITH_PARENT |
GTK_DIALOG_NO_SEPARATOR,
GTK_DIALOG_DESTROY_WITH_PARENT,
_( "_Reset" ), TR_RESPONSE_RESET,
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
NULL );