From 9e79fe7d4b35be5c4847686c2d4babf9daa53c04 Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Sat, 22 Dec 2007 21:06:55 +0000 Subject: Fixed the parenting of the print dialog so that it cannot fall behind the main inkscape desktop window (bzr r4278) --- src/file.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/file.h') 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); /** * -- cgit v1.2.3