Changeset 300

Show
Ignore:
Timestamp:
07/10/08 02:41:14 (3 months ago)
Author:
mattn
Message:

* fixed spawnflags dialog due to local and global variable mix (thanks divVerent)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • GtkRadiant/trunk/radiant/groupdialog.cpp

    r297 r300  
    13291329            { 
    13301330              // Spawnflags (4 colums wide max, or window gets too wide.) 
    1331               GtkWidget* LayoutTable = gtk_table_new (4, 4, FALSE); 
     1331              LayoutTable = gtk_table_new (4, 4, FALSE); 
    13321332              gtk_box_pack_start (GTK_BOX (vbox2), LayoutTable, FALSE, TRUE, 0); 
    13331333              gtk_widget_show(LayoutTable);