From 636177503ab2f8ca135a57b1220c0b98b9ac98c2 Mon Sep 17 00:00:00 2001 From: div0 Date: Wed, 9 Jul 2008 16:10:41 +0000 Subject: [PATCH] add spawnflag boxes git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3800 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- misc/gtkradiant/gtkradiant-nexuiz-patchset.diff | 15 ++++++++++++++- .../singlepatches/gtkradiant-spawnflagsboxes.diff | 13 +++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 misc/gtkradiant/singlepatches/gtkradiant-spawnflagsboxes.diff diff --git a/misc/gtkradiant/gtkradiant-nexuiz-patchset.diff b/misc/gtkradiant/gtkradiant-nexuiz-patchset.diff index 631aaf6db..7a3dc3b84 100644 --- a/misc/gtkradiant/gtkradiant-nexuiz-patchset.diff +++ b/misc/gtkradiant/gtkradiant-nexuiz-patchset.diff @@ -759,6 +759,19 @@ Index: include/isurfaceplugin.h }; +Index: radiant/groupdialog.cpp +=================================================================== +--- radiant/groupdialog.cpp (revision 297) ++++ radiant/groupdialog.cpp (working copy) +@@ -1328,7 +1328,7 @@ + + { + // Spawnflags (4 colums wide max, or window gets too wide.) +- GtkWidget* LayoutTable = gtk_table_new (4, 4, FALSE); ++ LayoutTable = gtk_table_new (4, 4, FALSE); + gtk_box_pack_start (GTK_BOX (vbox2), LayoutTable, FALSE, TRUE, 0); + gtk_widget_show(LayoutTable); + Index: tools/quake3/q3map2/convert_map.c =================================================================== --- tools/quake3/q3map2/convert_map.c (revision 290) @@ -2256,4 +2269,4 @@ Index: include/version.default +++ include/version.default (working copy) @@ -1 +1 @@ -1.4.0 -+1.4.0-div0-obj-bp2texdeffix-bpsurfacedialog ++1.4.0-div0-obj-bp2texdeffix-bpsurfacedialog-spawnflagsboxes diff --git a/misc/gtkradiant/singlepatches/gtkradiant-spawnflagsboxes.diff b/misc/gtkradiant/singlepatches/gtkradiant-spawnflagsboxes.diff new file mode 100644 index 000000000..bafa0bd93 --- /dev/null +++ b/misc/gtkradiant/singlepatches/gtkradiant-spawnflagsboxes.diff @@ -0,0 +1,13 @@ +Index: radiant/groupdialog.cpp +=================================================================== +--- radiant/groupdialog.cpp (revision 297) ++++ radiant/groupdialog.cpp (working copy) +@@ -1328,7 +1328,7 @@ + + { + // Spawnflags (4 colums wide max, or window gets too wide.) +- GtkWidget* LayoutTable = gtk_table_new (4, 4, FALSE); ++ LayoutTable = gtk_table_new (4, 4, FALSE); + gtk_box_pack_start (GTK_BOX (vbox2), LayoutTable, FALSE, TRUE, 0); + gtk_widget_show(LayoutTable); + -- 2.39.2