author | llornkcor <llornkcor> | 2002-09-27 20:19:09 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-09-27 20:19:09 (UTC) |
commit | d7bcdda1857ff31830705921d8248200d881cf93 (patch) (unidiff) | |
tree | fe75820a9ffa1e2340e4dcb02ffafed36a585a46 | |
parent | f9712865139ba9831ef188d4e00d1b75dda4f261 (diff) | |
download | opie-d7bcdda1857ff31830705921d8248200d881cf93.zip opie-d7bcdda1857ff31830705921d8248200d881cf93.tar.gz opie-d7bcdda1857ff31830705921d8248200d881cf93.tar.bz2 |
save makes new
-rw-r--r-- | noncore/applets/notesapplet/notes.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/noncore/applets/notesapplet/notes.cpp b/noncore/applets/notesapplet/notes.cpp index 76cb6c1..f2dbabf 100644 --- a/noncore/applets/notesapplet/notes.cpp +++ b/noncore/applets/notesapplet/notes.cpp | |||
@@ -143,12 +143,10 @@ NotesControl::NotesControl( QWidget *parent, const char *name ) | |||
143 | // parent->setFocus(); | 143 | // parent->setFocus(); |
144 | } | 144 | } |
145 | 145 | ||
146 | void NotesControl::slotSaveButton() { | 146 | void NotesControl::slotSaveButton() { |
147 | if(edited) { | 147 | slotNewButton(); |
148 | save(); | 148 | populateBox(); |
149 | populateBox(); | ||
150 | } | ||
151 | } | 149 | } |
152 | 150 | ||
153 | void NotesControl::slotDeleteButtonClicked() { | 151 | void NotesControl::slotDeleteButtonClicked() { |
154 | switch ( QMessageBox::warning(this,tr("Delete?") | 152 | switch ( QMessageBox::warning(this,tr("Delete?") |