diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2008-01-05 09:30:33 +0000 |
|---|---|---|
| committer | bryce <bryce@users.sourceforge.net> | 2008-01-05 09:30:33 +0000 |
| commit | 55ef0672f77336732c2261bb24da7d94a86aefe2 (patch) | |
| tree | bd2712e08299082ffc96c88c921d136c7ed721ec /src/extension/input.cpp | |
| parent | glib/gtestutils.h is not available on gutsy, so switching to include of (diff) | |
| download | inkscape-55ef0672f77336732c2261bb24da7d94a86aefe2.tar.gz inkscape-55ef0672f77336732c2261bb24da7d94a86aefe2.zip | |
Fixing up a few more files
(bzr r4391)
Diffstat (limited to 'src/extension/input.cpp')
| -rw-r--r-- | src/extension/input.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/extension/input.cpp b/src/extension/input.cpp index e17c690aa..5c8f8d57f 100644 --- a/src/extension/input.cpp +++ b/src/extension/input.cpp @@ -44,7 +44,9 @@ Input::Input (Inkscape::XML::Node * in_repr, Implementation::Implementation * in extension = NULL; filetypename = NULL; filetypetooltip = NULL; - output_extension = NULL; + output_extension = NULL; + + printf("Input::Input\n"); if (repr != NULL) { Inkscape::XML::Node * child_repr; @@ -145,6 +147,8 @@ Input::check (void) SPDocument * Input::open (const gchar *uri) { + printf("Input::open\n"); + if (!loaded()) { set_state(Extension::STATE_LOADED); } |
