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/verbs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/verbs.cpp') diff --git a/src/verbs.cpp b/src/verbs.cpp index 78dd8bee8..e96eca2ce 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -779,13 +779,13 @@ FileVerb::perform(SPAction *action, void *data, void */*pdata*/) sp_file_save_a_copy(*parent, NULL, NULL); break; case SP_VERB_FILE_PRINT: - sp_file_print(); + sp_file_print(*parent); break; case SP_VERB_FILE_VACUUM: sp_file_vacuum(); break; case SP_VERB_FILE_PRINT_DIRECT: - sp_file_print_direct(); + sp_file_print_direct(*parent); break; case SP_VERB_FILE_PRINT_PREVIEW: sp_file_print_preview(NULL, NULL); -- cgit v1.2.3