author | llornkcor <llornkcor> | 2002-03-13 01:05:41 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-03-13 01:05:41 (UTC) |
commit | fc49c34cfd2ce2adad2920daa368b25f42b8bad7 (patch) (side-by-side diff) | |
tree | 8e5b7397427dcc0ab53d4090d72af2a38066f040 | |
parent | 8e9330a8626076a3dd289a1abbe218eccd3a1784 (diff) | |
download | opie-fc49c34cfd2ce2adad2920daa368b25f42b8bad7.zip opie-fc49c34cfd2ce2adad2920daa368b25f42b8bad7.tar.gz opie-fc49c34cfd2ce2adad2920daa368b25f42b8bad7.tar.bz2 |
fixed err when openinging a file from Docs tab, the edited asterik wasn't being set
-rw-r--r-- | core/apps/textedit/textedit.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/apps/textedit/textedit.cpp b/core/apps/textedit/textedit.cpp index dafe1dc..f031a0f 100644 --- a/core/apps/textedit/textedit.cpp +++ b/core/apps/textedit/textedit.cpp @@ -878,4 +878,7 @@ void TextEdit::setDocument(const QString& fileref) openFile(DocLnk(fileref)); } + editor->setEdited(TRUE); + edited1=FALSE; + edited=TRUE; } |