[Konversation-devel] [Bug 133612] '&' in channel list is not shown

Eike Hein sho at eikehein.com
Tue Sep 5 22:13:08 CEST 2006


------- 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=133612         
sho eikehein com changed:

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



------- Additional Comments From sho eikehein com  2006-09-05 22:13 -------
SVN commit 581261 by hein:

Don't accelfy ampersands in treelist labels.
BUG:133612


 M  +1 -0      ChangeLog  
 M  +1 -1      src/viewtreeitem.cpp  


--- trunk/extragear/network/konversation/ChangeLog #581260:581261
 @ -1,6 +1,7  @
 Changes since 1.0:
 - Properly update "Switch to" tab context sub-menu on tab switch.
 - Fix dcop irc::setBack.
+- Don't treat & in tab names as accels in treelist items.
 
 -------------------------------------------------------------------------------
 
--- trunk/extragear/network/konversation/src/viewtreeitem.cpp #581260:581261
 @ -468,7 +468,7  @
 
             thePainter.setPen(textColor);
             thePainter.setFont(listView()->font());
-            thePainter.drawText(xText, 0, textWidth, height(), Qt::AlignAuto | Qt::AlignVCenter | Qt::ShowPrefix, theText);
+            thePainter.drawText(xText, 0, textWidth, height(), Qt::AlignAuto | Qt::AlignVCenter, theText);
         }
     }
     else


More information about the Konversation-devel mailing list