diff options
| author | Joel Holdsworth <joel@airwebreathe.org.uk> | 2008-03-21 19:31:26 +0000 |
|---|---|---|
| committer | joelholdsworth <joelholdsworth@users.sourceforge.net> | 2008-03-21 19:31:26 +0000 |
| commit | 8f3dfb68ddfd768e33ccd38f22627f6022fa0559 (patch) | |
| tree | d4c7a80e5ec5186627c3821f9c3016f4973705d6 /src/ui/dialog/print.h | |
| parent | Add a separate "javaclean" target so that it can be invoked without deleting ... (diff) | |
| download | inkscape-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.h | 2 |
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: |
