Changeset 218

Show
Ignore:
Timestamp:
03/16/08 14:09:40 (4 months ago)
Author:
mattn
Message:

* allow the setting of the orientation and the gametype in the gtkgensurf plugin (they were set to insensitive before and thus didn't allow the changing of the values)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • GtkRadiant/branches/ZeroRadiant/contrib/gtkgensurf/gendlgs.cpp

    r195 r218  
    271271  { 
    272272  case GENERAL_TAB: 
     273        // mattn: Deactivated because one wasn't able to switch the gametype or orientation 
     274#if 0 
    273275    // Hell if I know why, but in the release build the 2nd pass thru the 
    274276    // set_sensitive loop for game_radios crashes. No need to do this more 
     
    281283        gtk_widget_set_sensitive (plane_radios[i], (i == Plane ? TRUE : FALSE)); 
    282284    } 
     285#endif 
    283286    gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (game_radios[Game]), TRUE); 
    284287    gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (plane_radios[Plane]), TRUE);