diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-03-03 12:39:55 +0000 |
|---|---|---|
| committer | John Smith <removethis.john.q.public@bigmail.com> | 2012-03-03 12:39:55 +0000 |
| commit | d844b059fcdc107c633ace350fc484abcd954c0e (patch) | |
| tree | 431e217148ee46dd8cc51e02a49326a25ac06aaf /src/file.cpp | |
| parent | Fix for 927074 : Simplify Path Effects dialog, fix button padding (diff) | |
| download | inkscape-d844b059fcdc107c633ace350fc484abcd954c0e.tar.gz inkscape-d844b059fcdc107c633ace350fc484abcd954c0e.zip | |
Fix for 390458 : Convert Export Bitmap to a dockable dialog
(bzr r11042)
Diffstat (limited to 'src/file.cpp')
| -rw-r--r-- | src/file.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/file.cpp b/src/file.cpp index f8672e20a..8dac0f575 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -33,7 +33,6 @@ #include "ui/dialog/ocaldialogs.h" #include "desktop.h" #include "desktop-handles.h" -#include "dialogs/export.h" #include "dir-util.h" #include "document-private.h" #include "document-undo.h" @@ -1299,15 +1298,16 @@ sp_file_export_dialog(Gtk::Window &parentWindow) #else /** + * TODO Delete + * This is now a dialog called from dialog manager * - */ bool -sp_file_export_dialog(Gtk::Window &/*parentWindow*/) +sp_file_export_dialog(Gtk::Window &parentWindow) { - sp_export_dialog(); + // sp_export_dialog(); return true; } - +*/ #endif /*###################### |
