[Konversation-devel] [Bug 103851] Channel names with '/' characters do not get linked/highlighted entirely

ismail cartman donmez ismail at kde.org.tr
Thu Apr 14 07:09:04 CEST 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=103851         
ismail kde org tr changed:

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



------- Additional Comments From ismail kde org tr  2005-04-14 07:09 -------
CVS commit by cartman: 

Accept / in channel name
BUG:103851


  M +1 -1      common.cpp   1.52


--- kdeextragear-2/konversation/konversation/common.cpp  #1.51:1.52
 @ -57,5 +57,5  @ QString tagURLs(const QString& text, con
 
   if(filteredLine.contains("#")) {
-    QRegExp chanExp("(^|\\s)(#[\\w+-.]{2,})");
+    QRegExp chanExp("(^|\\s)(#[\\w+-/.]{2,})");
     filteredLine.replace(chanExp, link);
   }


More information about the Konversation-devel mailing list