summaryrefslogtreecommitdiffstats
path: root/src/dialogs/export.cpp
diff options
context:
space:
mode:
authorJoel Holdsworth <joel@airwebreathe.org.uk>2008-01-16 21:55:17 +0000
committerjoelholdsworth <joelholdsworth@users.sourceforge.net>2008-01-16 21:55:17 +0000
commit9c1c14346dbfcf872ac9b64629543ff6505588b5 (patch)
treee23cc165b7cb777c3317ba814019bc778a2cfad5 /src/dialogs/export.cpp
parentCorrected the parenting of the browse dialog, so that it cannot fall undernea... (diff)
downloadinkscape-9c1c14346dbfcf872ac9b64629543ff6505588b5.tar.gz
inkscape-9c1c14346dbfcf872ac9b64629543ff6505588b5.zip
Stopped the export bitmap dialog from being sizeable
(bzr r4528)
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 10dbc575f..16f23fb07 100644
--- a/src/dialogs/export.cpp
+++ b/src/dialogs/export.cpp
@@ -395,7 +395,7 @@ sp_export_dialog (void)
gchar title[500];
sp_ui_dialog_title_string (Inkscape::Verb::get(SP_VERB_FILE_EXPORT), title);
- dlg = sp_window_new (title, TRUE);
+ dlg = sp_window_new (title, FALSE);
if (x == -1000 || y == -1000) {
x = prefs_get_int_attribute (prefs_path, "x", 0);