Changeset 218
- Timestamp:
- 03/16/08 14:09:40 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
GtkRadiant/branches/ZeroRadiant/contrib/gtkgensurf/gendlgs.cpp
r195 r218 271 271 { 272 272 case GENERAL_TAB: 273 // mattn: Deactivated because one wasn't able to switch the gametype or orientation 274 #if 0 273 275 // Hell if I know why, but in the release build the 2nd pass thru the 274 276 // set_sensitive loop for game_radios crashes. No need to do this more … … 281 283 gtk_widget_set_sensitive (plane_radios[i], (i == Plane ? TRUE : FALSE)); 282 284 } 285 #endif 283 286 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (game_radios[Game]), TRUE); 284 287 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (plane_radios[Plane]), TRUE);
