diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2012-04-13 19:39:12 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2012-04-13 19:39:12 +0000 |
| commit | 2a15ba95270445366925aa51c7f753e4353fa129 (patch) | |
| tree | 0a69dcf9678d39b08538498c74ae9bf3c4218c1c /src/ui/dialog/export.cpp | |
| parent | probably this was intended (diff) | |
| download | inkscape-2a15ba95270445366925aa51c7f753e4353fa129.tar.gz inkscape-2a15ba95270445366925aa51c7f753e4353fa129.zip | |
probably this was intended
(bzr r11238)
Diffstat (limited to 'src/ui/dialog/export.cpp')
| -rw-r--r-- | src/ui/dialog/export.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/export.cpp b/src/ui/dialog/export.cpp index f876b2339..d2a51d8a7 100644 --- a/src/ui/dialog/export.cpp +++ b/src/ui/dialog/export.cpp @@ -1112,7 +1112,7 @@ void Export::onExport () modified = true; } temp_string = repr->attribute("inkscape:export-ydpi"); - if (temp_string == NULL || xdpi != atof(temp_string)) { + if (temp_string == NULL || ydpi != atof(temp_string)) { sp_repr_set_svg_double(repr, "inkscape:export-ydpi", ydpi); modified = true; } |
