diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2009-08-09 16:43:57 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2009-08-09 16:43:57 +0000 |
| commit | 13fc2f2a9f44e43e79e698612993d4d8e63ccb94 (patch) | |
| tree | f62aa5fc435a198fd02e3b517de217d3890fa58b /src/verbs.cpp | |
| parent | Put #ifdefs around all code related to the so-called "new" ExportDialog (what... (diff) | |
| download | inkscape-13fc2f2a9f44e43e79e698612993d4d8e63ccb94.tar.gz inkscape-13fc2f2a9f44e43e79e698612993d4d8e63ccb94.zip | |
Fix compile when NEW_EXPORT_DIALOG is defined (however, the dialog crashes when trying to export files, dunno why)
(bzr r8457)
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index 43ddc1459..b634e2a44 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -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); |
