author | alwin <alwin> | 2005-03-09 14:59:26 (UTC) |
---|---|---|
committer | alwin <alwin> | 2005-03-09 14:59:26 (UTC) |
commit | 8e618d7a6d195cb737946e89370d5c60f92e8f86 (patch) (unidiff) | |
tree | a4cfada2c0420fb40c483ace4dc2a6fce4258d6a | |
parent | 84f237fb3b83400a031bf7c2d3025f78c02f28a8 (diff) | |
download | opie-8e618d7a6d195cb737946e89370d5c60f92e8f86.zip opie-8e618d7a6d195cb737946e89370d5c60f92e8f86.tar.gz opie-8e618d7a6d195cb737946e89370d5c60f92e8f86.tar.bz2 |
small bugfix
-rw-r--r-- | noncore/net/mail/viewmail.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/net/mail/viewmail.cpp b/noncore/net/mail/viewmail.cpp index 5206220..a89393c 100644 --- a/noncore/net/mail/viewmail.cpp +++ b/noncore/net/mail/viewmail.cpp | |||
@@ -196,6 +196,7 @@ void ViewMail::setBody(const RecBodyP&body ) | |||
196 | void ViewMail::slotShowHtml( bool state ) | 196 | void ViewMail::slotShowHtml( bool state ) |
197 | { | 197 | { |
198 | m_showHtml = state; | 198 | m_showHtml = state; |
199 | m_lasttextpart=-2; | ||
199 | setMainText(); | 200 | setMainText(); |
200 | } | 201 | } |
201 | 202 | ||
@@ -331,6 +332,7 @@ void ViewMail::setMail(const RecMailP&mail ) | |||
331 | m_mail2[2] = mail->Bcc(); | 332 | m_mail2[2] = mail->Bcc(); |
332 | 333 | ||
333 | setCaption(tr("E-Mail by %1").arg( m_mail[0] ) ); | 334 | setCaption(tr("E-Mail by %1").arg( m_mail[0] ) ); |
335 | m_lasttextpart=-2; | ||
334 | setMainText(); | 336 | setMainText(); |
335 | } | 337 | } |
336 | 338 | ||