Code

Fix compile when NEW_EXPORT_DIALOG is defined (however, the dialog crashes when tryin...
[inkscape.git] / src / verbs.cpp
index 43ddc1459ad016eb98ddac80dceb8d7b33575d2c..b634e2a447492be02b9960a5bd334c2f41ba4f95 100644 (file)
@@ -799,7 +799,7 @@ FileVerb::perform(SPAction *action, void *data, void */*pdata*/)
             sp_file_import(*parent);
             break;
         case SP_VERB_FILE_EXPORT:
-            sp_file_export_dialog(NULL);
+            sp_file_export_dialog(*parent);
             break;
         case SP_VERB_FILE_IMPORT_FROM_OCAL:
             sp_file_import_from_ocal(*parent);