From 727fd10832b0e8fb82f1c263531c1401f37b8a1a Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Fri, 27 Nov 2009 23:05:07 +0000 Subject: [PATCH] Workaround for GtkBuilder bug in GTK 2.12 git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@188 ddfedd41-794f-dd11-ae45-00112f111e67 --- tests/glulxercise.c | 1 + tests/glulxercise.ui | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/glulxercise.c b/tests/glulxercise.c index 3db6bba..6d4b21f 100644 --- a/tests/glulxercise.c +++ b/tests/glulxercise.c @@ -88,6 +88,7 @@ main(int argc, char *argv[]) w->window = LOAD_WIDGET("window"); GtkWidget *vbox = LOAD_WIDGET("vbox"); w->test_picker = LOAD_WIDGET("test_picker"); + gtk_combo_box_set_active(GTK_COMBO_BOX(w->test_picker), 0); w->go = LOAD_WIDGET("go"); w->stop = LOAD_WIDGET("stop"); w->interp = chimara_if_new(); diff --git a/tests/glulxercise.ui b/tests/glulxercise.ui index 22e7d0f..348f44d 100644 --- a/tests/glulxercise.ui +++ b/tests/glulxercise.ui @@ -20,7 +20,6 @@ True tests - 0 -- 2.30.2