diff options
| author | Joel Holdsworth <joel@airwebreathe.org.uk> | 2007-12-22 21:06:55 +0000 |
|---|---|---|
| committer | joelholdsworth <joelholdsworth@users.sourceforge.net> | 2007-12-22 21:06:55 +0000 |
| commit | 9e79fe7d4b35be5c4847686c2d4babf9daa53c04 (patch) | |
| tree | ddd44e2a3cba329dc94360b6be9d0280d6160b32 /src/file.h | |
| parent | Fix typo in an array causing a write off the end. Causes bug if no (diff) | |
| download | inkscape-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.h | 4 |
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); /** * |
