[Konversation-devel] [Bug 132995] Wrong explanation for "Set available globally" menu item

Eike Hein sho at eikehein.com
Fri Aug 25 23:26:30 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=132995         
sho eikehein com changed:

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



------- Additional Comments From sho eikehein com  2006-08-25 23:26 -------
SVN commit 577222 by hein:

Don't show incorrect description for global away toggle.
BUG:132995


 M  +0 -1      konversationmainwindow.cpp  


--- trunk/extragear/network/konversation/src/konversationmainwindow.cpp #577221:577222
 @ -233,7 +233,6  @
     KAction* awayAction = new KAction(i18n("Set &Away Globally")/*, "konversationaway"*/, KShortcut("Ctrl+Alt+A"),
         static_cast<KonversationApplication *>(kapp), SLOT(toggleAway()), actionCollection(),"toggle_away");
     awayAction->setEnabled(false);
-    awayAction->setToolTip(i18n("Switch to Away mode in all open connections"));
 
     action = new KAction(i18n("&Join Channel..."), 0, KShortcut("Ctrl+J"), m_viewContainer, SLOT(showJoinChannelDialog()), actionCollection(), "join_channel");
     action->setEnabled(false);


More information about the Konversation-devel mailing list