summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/composer.cpp
authorleseb <leseb>2002-06-15 22:12:05 (UTC)
committer leseb <leseb>2002-06-15 22:12:05 (UTC)
commit5c1c1ad8a78041eebf4193d5bcf2a82dfe983e0e (patch) (unidiff)
tree5e4059233a5de9c95b188ff1c7dca87ce8586e6a /noncore/unsupported/mail2/composer.cpp
parentac6c5de1e7a15b4ca5bdf226a9eeceffb82aea94 (diff)
downloadopie-5c1c1ad8a78041eebf4193d5bcf2a82dfe983e0e.zip
opie-5c1c1ad8a78041eebf4193d5bcf2a82dfe983e0e.tar.gz
opie-5c1c1ad8a78041eebf4193d5bcf2a82dfe983e0e.tar.bz2
Minor fixes
Diffstat (limited to 'noncore/unsupported/mail2/composer.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mail2/composer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/unsupported/mail2/composer.cpp b/noncore/unsupported/mail2/composer.cpp
index 57f0779..82ed117 100644
--- a/noncore/unsupported/mail2/composer.cpp
+++ b/noncore/unsupported/mail2/composer.cpp
@@ -196,13 +196,13 @@ void Composer::slotOpenAddressPicker()
196 } 196 }
197 } 197 }
198} 198}
199 199
200void Composer::slotAddAttach() 200void Composer::slotAddAttach()
201{ 201{
202 DocLnk lnk = AttachDiag::getFile(); 202 DocLnk lnk = AttachDiag::getFile(this);
203 if (lnk.name().isEmpty()) return; 203 if (lnk.name().isEmpty()) return;
204 204
205 Attachment attachment; 205 Attachment attachment;
206 attachment.setFileName(lnk.file()); 206 attachment.setFileName(lnk.file());
207 attachment.setNewName(lnk.name()); 207 attachment.setNewName(lnk.name());
208 attachment.setDocLnk(&lnk); 208 attachment.setDocLnk(&lnk);