diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testgtk.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/testgtk.c b/tests/testgtk.c index 0cf829b367..d53958a008 100644 --- a/tests/testgtk.c +++ b/tests/testgtk.c @@ -8296,8 +8296,7 @@ void create_layout (void) { sprintf(buf, "Button %d, %d", i, j); if ((i + j) % 2) - /* button = gtk_button_new_with_label (buf); */ - button = gtk_combo_new(); + button = gtk_button_new_with_label (buf); else button = gtk_label_new (buf); |