summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1998-12-16 02:37:41 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-12-16 02:37:41 +0000
commit7d7b43c24422da42d6fa52e1f861914e732da892 (patch)
treefde30a3b8fa74a8b8e5890164c74690e64cb1f07 /tests
parent8968861d7948601413e077a43613573ff88f05ad (diff)
downloadgtk+-7d7b43c24422da42d6fa52e1f861914e732da892.tar.gz
Create buttons, not combos again.
Tue Dec 15 21:36:14 1998 Owen Taylor <otaylor@redhat.com> * gtk/testgtk.c (create_layout): Create buttons, not combos again.
Diffstat (limited to 'tests')
-rw-r--r--tests/testgtk.c3
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);