summaryrefslogtreecommitdiffstats
path: root/src/extension/system.cpp
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2012-03-07 20:27:39 +0000
committerJazzyNico <nicoduf@yahoo.fr>2012-03-07 20:27:39 +0000
commit6068183f7612525060a38d7ddf813f67cee62db5 (patch)
treec6af67b866d475fcae6289b0cdd5ae2f0b1da69f /src/extension/system.cpp
parentBitmaps. Fix for bug #499252 (Edit bitmap externally fails for relative links). (diff)
downloadinkscape-6068183f7612525060a38d7ddf813f67cee62db5.tar.gz
inkscape-6068183f7612525060a38d7ddf813f67cee62db5.zip
UI. Fix for bug #294354 (Unsaved files should have an asterisk (*) in the titlebar).
Fixed bugs: - https://launchpad.net/bugs/294354 (bzr r11054)
Diffstat (limited to 'src/extension/system.cpp')
-rw-r--r--src/extension/system.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/extension/system.cpp b/src/extension/system.cpp
index a959913f6..b3e9beebf 100644
--- a/src/extension/system.cpp
+++ b/src/extension/system.cpp
@@ -111,10 +111,6 @@ SPDocument *open(Extension *key, gchar const *filename)
}
}
- /* This kinda overkill as most of these are already set, but I want
- to make sure for this release -- TJG */
- doc->setModifiedSinceSave(false);
-
doc->setUri(filename);
return doc;