summaryrefslogtreecommitdiffstats
path: root/src/file.h
diff options
context:
space:
mode:
authorJoel Holdsworth <joel@airwebreathe.org.uk>2007-12-22 21:06:55 +0000
committerjoelholdsworth <joelholdsworth@users.sourceforge.net>2007-12-22 21:06:55 +0000
commit9e79fe7d4b35be5c4847686c2d4babf9daa53c04 (patch)
treeddd44e2a3cba329dc94360b6be9d0280d6160b32 /src/file.h
parentFix typo in an array causing a write off the end. Causes bug if no (diff)
downloadinkscape-9e79fe7d4b35be5c4847686c2d4babf9daa53c04.tar.gz
inkscape-9e79fe7d4b35be5c4847686c2d4babf9daa53c04.zip
Fixed the parenting of the print dialog so that it cannot fall behind the main inkscape desktop window
(bzr r4278)
Diffstat (limited to 'src/file.h')
-rw-r--r--src/file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/file.h b/src/file.h
index 7f960ab65..f3ba1576b 100644
--- a/src/file.h
+++ b/src/file.h
@@ -179,12 +179,12 @@ would be useful as instance methods
/**
*
*/
-void sp_file_print (void);
+void sp_file_print (Gtk::Window& parentWindow);
/**
*
*/
-void sp_file_print_direct (void);
+void sp_file_print_direct (Gtk::Window& parentWindow);
/**
*