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

List:       kde-commits
Subject:    kdenetwork/knode
From:       Christian Gebauer <gebauer () kde ! org>
Date:       2003-01-06 1:03:42
[Download RAW message or body]

CVS commit by gebauer: 

fix for #52553, as suggested by the reporter


  M +2 -2      kncomposer.cpp   1.144


--- kdenetwork/knode/kncomposer.cpp  #1.143:1.144
@@ -533,5 +533,5 @@ bool KNComposer::applyChanges()
   //Newsgroups
   if (m_ode != mail) {
-    a_rticle->newsgroups()->fromUnicodeString(v_iew->g_roups->text(), \
KMime::Headers::Latin1); +    \
a_rticle->newsgroups()->fromUnicodeString(v_iew->g_roups->text().remove(QRegExp("\\s")), \
KMime::Headers::Latin1);  a_rticle->setDoPost(true);
   } else
@@ -1259,5 +1259,5 @@ void KNComposer::slotGroupsBtnClicked()
     a_rticle->setServerId(nntp->id());
 
-  KNGroupSelectDialog *dlg=new KNGroupSelectDialog(this, nntp, \
v_iew->g_roups->text()); +  KNGroupSelectDialog *dlg=new KNGroupSelectDialog(this, \
nntp, v_iew->g_roups->text().remove(QRegExp("\\s")));  
   connect(dlg, SIGNAL(loadList(KNNntpAccount*)),


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

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