[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#605924: Proposed patch for this bug



Attached is Joey's proposed patch to fix this bug.

-- 


Index: src/modules/frontend/gtk/go.c
===================================================================
--- src/modules/frontend/gtk/go.c	(revision 65838)
+++ src/modules/frontend/gtk/go.c	(working copy)
@@ -460,7 +460,7 @@
     question_box = gtk_vbox_new(FALSE /* don't make children equal */,
                                 0 /* padding */);
 
-    if (IS_QUESTION_SINGLE(fe->questions)) {
+    if (0 && IS_QUESTION_SINGLE(fe->questions)) {
         gtk_box_pack_start(GTK_BOX(container), question_box,
                            TRUE /* expand */, TRUE /* fill */,
                            0 /* padding */);

Attachment: signature.asc
Description: Digital signature


Reply to: