summaryrefslogtreecommitdiffstats
path: root/src/file.cpp
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2018-09-14 17:41:55 +0000
committerJabiertxof <jabier.arraiza@marker.es>2018-09-14 17:41:55 +0000
commit7b9d1a665c2b4485223bbbfca0720c0c86acacd5 (patch)
tree1c598df5b9b81ea6ad881d711f96c4ce3328c7b7 /src/file.cpp
parentRemove sp-xmlview-attr with attrdialog (C++) and improve interface (diff)
downloadinkscape-7b9d1a665c2b4485223bbbfca0720c0c86acacd5.tar.gz
inkscape-7b9d1a665c2b4485223bbbfca0720c0c86acacd5.zip
improbe UX of Fillet/Chamfer LPE
Diffstat (limited to 'src/file.cpp')
-rw-r--r--src/file.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/file.cpp b/src/file.cpp
index dd609de50..464454a65 100644
--- a/src/file.cpp
+++ b/src/file.cpp
@@ -217,8 +217,6 @@ bool sp_file_open(const Glib::ustring &uri,
if (desktop) {
desktop->setWaitingCursor();
}
- Inkscape::Preferences *prefs = Inkscape::Preferences::get();
- prefs->setString("/options/openmethod/value", "open");
SPDocument *doc = nullptr;
bool cancelled = false;
try {
@@ -231,7 +229,6 @@ bool sp_file_open(const Glib::ustring &uri,
doc = nullptr;
cancelled = true;
}
- prefs->setString("/options/openmethod/value", "done");
if (desktop) {
desktop->clearWaitingCursor();
}