summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/print.h
diff options
context:
space:
mode:
authorJoel Holdsworth <joel@airwebreathe.org.uk>2008-03-21 19:31:26 +0000
committerjoelholdsworth <joelholdsworth@users.sourceforge.net>2008-03-21 19:31:26 +0000
commit8f3dfb68ddfd768e33ccd38f22627f6022fa0559 (patch)
treed4c7a80e5ec5186627c3821f9c3016f4973705d6 /src/ui/dialog/print.h
parentAdd a separate "javaclean" target so that it can be invoked without deleting ... (diff)
downloadinkscape-8f3dfb68ddfd768e33ccd38f22627f6022fa0559.tar.gz
inkscape-8f3dfb68ddfd768e33ccd38f22627f6022fa0559.zip
Bugfix to prevent the print dialog falling underneath the inkscape desktop windows in Win32
(bzr r5147)
Diffstat (limited to 'src/ui/dialog/print.h')
-rw-r--r--src/ui/dialog/print.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/print.h b/src/ui/dialog/print.h
index c8ef5e631..f6c69bdb8 100644
--- a/src/ui/dialog/print.h
+++ b/src/ui/dialog/print.h
@@ -43,7 +43,7 @@ namespace Dialog {
class Print {
public:
Print(SPDocument *doc, SPItem *base);
- Gtk::PrintOperationResult run(Gtk::PrintOperationAction, Gtk::Window&);
+ Gtk::PrintOperationResult run(Gtk::PrintOperationAction, Gtk::Window &parent_window);
protected: