r3800 - in trunk/misc/gtkradiant: . singlepatches

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Jul 9 12:10:41 EDT 2008


Author: div0
Date: 2008-07-09 12:10:41 -0400 (Wed, 09 Jul 2008)
New Revision: 3800

Added:
   trunk/misc/gtkradiant/singlepatches/gtkradiant-spawnflagsboxes.diff
Modified:
   trunk/misc/gtkradiant/gtkradiant-nexuiz-patchset.diff
Log:
add spawnflag boxes


Modified: trunk/misc/gtkradiant/gtkradiant-nexuiz-patchset.diff
===================================================================
--- trunk/misc/gtkradiant/gtkradiant-nexuiz-patchset.diff	2008-07-09 16:06:40 UTC (rev 3799)
+++ trunk/misc/gtkradiant/gtkradiant-nexuiz-patchset.diff	2008-07-09 16:10:41 UTC (rev 3800)
@@ -759,6 +759,19 @@
  };
  
  
+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 @@
 +++ 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

Added: trunk/misc/gtkradiant/singlepatches/gtkradiant-spawnflagsboxes.diff
===================================================================
--- trunk/misc/gtkradiant/singlepatches/gtkradiant-spawnflagsboxes.diff	                        (rev 0)
+++ trunk/misc/gtkradiant/singlepatches/gtkradiant-spawnflagsboxes.diff	2008-07-09 16:10:41 UTC (rev 3800)
@@ -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);
+ 




More information about the nexuiz-commits mailing list