From 7ab46bc54ee3aaa87282dfd35d8f6000fe811750 Mon Sep 17 00:00:00 2001 From: "Andrew rugby471@gmail.com" <> Date: Tue, 22 Mar 2011 17:14:49 +0000 Subject: Split OCALDialog code in fill.cpp into two, so we can have async stuff working Added StatusWidget to show status of operations in dialog Styled no search results label appropriately Corrected callbacks for buttons Start to get image downloading working (bzr r10092.1.17) --- src/file.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/file.h') diff --git a/src/file.h b/src/file.h index 97d1bd5f8..c6f43e905 100644 --- a/src/file.h +++ b/src/file.h @@ -19,6 +19,7 @@ #include #include +#include "ui/dialog/ocaldialogs.h" #include "extension/extension-forward.h" #include "extension/system.h" @@ -164,6 +165,12 @@ bool sp_file_export_dialog (Gtk::Window &parentWindow); ## I M P O R T F R O M O C A L ######################*/ +/** + * Import a document from OCAL + */ +void on_import_from_ocal_response(Glib::ustring filename, + Inkscape::UI::Dialog::OCAL::ImportDialog* import_dialog); + /** * Import a document from OCAL */ -- cgit v1.2.3