Fix for crash in file selector using the 'Open' button - button was using old UI

code, changed it to operators
This commit is contained in:
2010-01-20 12:28:33 +00:00
parent 1e7858f5a0
commit 973128dc66
2 changed files with 8 additions and 13 deletions

View File

@@ -72,7 +72,7 @@ void FILE_OT_filenum(struct wmOperatorType *ot);
void FILE_OT_delete(struct wmOperatorType *ot);
void FILE_OT_rename(struct wmOperatorType *ot);
int file_exec(bContext *C, struct wmOperator *unused);
int file_exec(bContext *C, struct wmOperator *exec_op);
int file_cancel_exec(bContext *C, struct wmOperator *unused);
int file_parent_exec(bContext *C, struct wmOperator *unused);
int file_previous_exec(bContext *C, struct wmOperator *unused);