[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    QUANTA_3_1_BRANCH: quanta
From:       Andras Mantia <amantia () freemail ! hu>
Date:       2003-06-24 10:46:26
[Download RAW message or body]

CVS commit by amantia: 

Encode the subject in a mailto url [backport for #60275]


  M +1 -0      ChangeLog   1.90.2.79
  M +1 -1      quanta/quantaview_slots.cpp   1.66.2.8


--- quanta/ChangeLog  #1.90.2.78:1.90.2.79
@@ -14,4 +14,5 @@
       and selection
     - warn about existing files on rename [#60187]            
+    - encode the subject in a mailto url [#60275]
     
   - usability enhancements:

--- quanta/quanta/quantaview_slots.cpp  #1.66.2.7:1.66.2.8
@@ -201,5 +201,5 @@ void QuantaView::slotTagMail()
                 tag += QuantaCommon::attrCase(" href=\"")+"mailto:"+mailDlg->lineEmail->text();
                 if ( !QString(mailDlg->lineSubject->text()).isEmpty())
-                        tag += "?subject="+mailDlg->lineSubject->text();
+                        tag += "?subject="+KURL::encode_string(mailDlg->lineSubject->text());
                 tag += "\"";
         }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic