Adapt tests to dialog api change

This commit is contained in:
Matthias Clasen
2010-09-02 09:31:54 -04:00
parent d433a60611
commit 76b21033f9
3 changed files with 2 additions and 32 deletions

View File

@ -254,7 +254,7 @@ main (int argc, char **argv)
contents = g_array_new (FALSE, FALSE, sizeof (char));
dialog = gtk_dialog_new_with_buttons ("GtkComboBox model changes",
NULL, GTK_DIALOG_NO_SEPARATOR,
NULL, 0,
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
NULL);