summaryrefslogtreecommitdiffstats
path: root/src/dialogs/export.cpp
diff options
context:
space:
mode:
authorJoel Holdsworth <joel@airwebreathe.org.uk>2008-01-16 21:22:01 +0000
committerjoelholdsworth <joelholdsworth@users.sourceforge.net>2008-01-16 21:22:01 +0000
commit343f64b435f7869102725d2c2981dfb8319059c3 (patch)
tree155a711b3962dda4b7ea3fca5f4277eb2a1860b4 /src/dialogs/export.cpp
parentOops, set 'scislac' modus off by default ofcourse. (diff)
downloadinkscape-343f64b435f7869102725d2c2981dfb8319059c3.tar.gz
inkscape-343f64b435f7869102725d2c2981dfb8319059c3.zip
Corrected the parenting of the browse dialog, so that it cannot fall underneath the export dialog on Windows
(bzr r4527)
Diffstat (limited to 'src/dialogs/export.cpp')
-rw-r--r--src/dialogs/export.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/export.cpp b/src/dialogs/export.cpp
index 14d338ed5..10dbc575f 100644
--- a/src/dialogs/export.cpp
+++ b/src/dialogs/export.cpp
@@ -1301,7 +1301,7 @@ sp_export_browse_clicked (GtkButton */*button*/, gpointer /*userdata*/)
const gchar *filename;
fs = gtk_file_chooser_dialog_new (_("Select a filename for exporting"),
- NULL,
+ (GtkWindow*)dlg,
GTK_FILE_CHOOSER_ACTION_SAVE,
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
GTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT,