]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
* fixed spawnflags dialog due to local and global variable mix (thanks divVerent)
authormattn <mattn>
Thu, 10 Jul 2008 07:41:14 +0000 (07:41 +0000)
committermattn <mattn>
Thu, 10 Jul 2008 07:41:14 +0000 (07:41 +0000)
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@300 8a3a26a2-13c4-0310-b231-cf6edde360e5

radiant/groupdialog.cpp

index d9f8c8960a967aca39c8a86f916564d829b0df9e..410e5af65b548831f52513076e86c6b86f7adfe4 100644 (file)
@@ -1328,7 +1328,7 @@ void GroupDlg::Create ()
 
             {
               // Spawnflags (4 colums wide max, or window gets too wide.)
 
             {
               // 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);
 
               gtk_box_pack_start (GTK_BOX (vbox2), LayoutTable, FALSE, TRUE, 0);
               gtk_widget_show(LayoutTable);