]> icculus.org git repositories - divverent/nexuiz.git/blob - misc/gtkradiant/singlepatches/gtkradiant-spawnflagsboxes.diff
add spawnflag boxes
[divverent/nexuiz.git] / misc / gtkradiant / singlepatches / gtkradiant-spawnflagsboxes.diff
1 Index: radiant/groupdialog.cpp
2 ===================================================================
3 --- radiant/groupdialog.cpp     (revision 297)
4 +++ radiant/groupdialog.cpp     (working copy)
5 @@ -1328,7 +1328,7 @@
6  
7              {
8                // Spawnflags (4 colums wide max, or window gets too wide.)
9 -              GtkWidget* LayoutTable = gtk_table_new (4, 4, FALSE);
10 +              LayoutTable = gtk_table_new (4, 4, FALSE);
11                gtk_box_pack_start (GTK_BOX (vbox2), LayoutTable, FALSE, TRUE, 0);
12                gtk_widget_show(LayoutTable);
13