[Konversation-devel] [Bug 97357] topic edit box allows newline

ismail cartman donmez ismail at kde.org.tr
Tue Jan 18 19:45:22 CET 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=97357         
ismail kde org tr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From ismail kde org tr  2005-01-18 19:45 -------
CVS commit by cartman: 


Replace \n with a space when setting topic 
BUG:97357


  M +1 -1      channeloptionsdialog.cpp   1.13


--- kdeextragear-2/konversation/konversation/channeloptionsdialog.cpp  #1.12:1.13
 @ -110,5 +110,5  @ void ChannelOptionsDialog::toggleAdvance
 QString ChannelOptionsDialog::topic()
 {
-  return m_widget->topicEdit->text();
+  return m_widget->topicEdit->text().replace("\n"," ");
 }


More information about the Konversation-devel mailing list