2.5 - Compiling fix (ED_newspace not defined yet)

This commit is contained in:
Joshua Leung 2008-12-11 22:30:24 +00:00
parent a10752f4bc
commit b7426ab4e2

@ -386,7 +386,7 @@ void do_time_buttons(bContext *C, void *arg, int event)
switch(event) {
case B_NEWSPACE:
ED_newspace(C->area, C->area->butspacetype);
//ED_newspace(C->area, C->area->butspacetype); // XXX for ton (breaks compiling, so disabled for now) - Aligorith
WM_event_add_notifier(C, WM_NOTE_SCREEN_CHANGED, 0, NULL);
break;
case B_REDRAWALL: