BUGFIX: mEqRef for evalOp

This commit is contained in:
Andreas Rumpf
2010-03-17 23:00:27 +01:00
parent 41afb4ee58
commit 33fbf7fd03
2 changed files with 3 additions and 1 deletions

View File

@@ -79,6 +79,7 @@ proc ChooseFileToOpen*(window: PWindow, root: string = ""): string =
else:
result = ""
else:
assert file_chooser_dialog_new != nil
var chooser = file_chooser_dialog_new("Open File", window,
FILE_CHOOSER_ACTION_OPEN,
STOCK_CANCEL, RESPONSE_CANCEL,