Bug 132995

Summary: Wrong explanation for "Set available globally" menu item
Product: [Applications] konversation Reporter: Albert Astals Cid <aacid>
Component: generalAssignee: Konversation Developers <konversation-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Albert Astals Cid 2006-08-25 21:47:49 UTC
Version:           0.19+ #3140 (using KDE 3.5.4, compiled sources)
Compiler:          Target: x86_64-linux-gnu
OS:                Linux (x86_64) release 2.6.15-26-amd64-k8

It has the explanation for "Set away globally". It is needed to add a new one or at least not show the wrong one.
Comment 1 Eike Hein 2006-08-25 23:26:29 UTC
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);