From 10787dd3432e9cd02534aee9ba33f76e88a30c19 Mon Sep 17 00:00:00 2001 From: Thomas McGuire Date: Thu, 7 Jan 2010 21:58:24 +0000 Subject: [PATCH] SVN_MEGE Merged revisions 1067405,1067410 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r1067405 | tmcguire | 2009-12-29 16:01:09 +0100 (Tue, 29 Dec 2009) | 5 lines Don't specifiy a width and height, that seems to be unnecessary. Now the text and links under the attachment injection div should be clickable again. kolab/issue3911 ........ r1067410 | tmcguire | 2009-12-29 16:26:19 +0100 (Tue, 29 Dec 2009) | 2 lines Revert unwanted addition of zindex, that was just for testing. ........ svn path=/trunk/KDE/kdepim/; revision=1071364 --- headerstyle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headerstyle.cpp b/headerstyle.cpp index 1449bb67b..834812ee5 100644 --- a/headerstyle.cpp +++ b/headerstyle.cpp @@ -867,7 +867,7 @@ namespace KMail { // attachments headerStr += - "
" + "
" "
" "
\n"; }