gtk-demo: Drop use of GTK_DIALOG_NO_SEPARATOR

Commit d433a60611 dropped this API.
This commit is contained in:
Colin Walters 2010-09-02 16:48:45 -04:00
parent 6aa846cc4d
commit 00ce32d940

View File

@ -610,7 +610,7 @@ do_changedisplay (GtkWidget *do_widget)
info->window = gtk_dialog_new_with_buttons ("Change Screen or display",
GTK_WINDOW (do_widget),
GTK_DIALOG_NO_SEPARATOR,
0,
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
"Change", GTK_RESPONSE_OK,
NULL);