diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2012-03-07 20:27:39 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2012-03-07 20:27:39 +0000 |
| commit | 6068183f7612525060a38d7ddf813f67cee62db5 (patch) | |
| tree | c6af67b866d475fcae6289b0cdd5ae2f0b1da69f /src/document.h | |
| parent | Bitmaps. Fix for bug #499252 (Edit bitmap externally fails for relative links). (diff) | |
| download | inkscape-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/document.h')
| -rw-r--r-- | src/document.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/document.h b/src/document.h index f28e615d8..e41ec4d59 100644 --- a/src/document.h +++ b/src/document.h @@ -190,9 +190,7 @@ public: bool isSeeking() const; bool isModifiedSinceSave() const { return modified_since_save; } - void setModifiedSinceSave(bool modified = true) { - modified_since_save = modified; - } + void setModifiedSinceSave(bool modified = true); private: SPDocument(SPDocument const &); // no copy |
