Bug 132995 - Wrong explanation for "Set available globally" menu item
Summary: Wrong explanation for "Set available globally" menu item
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-25 21:47 UTC by Albert Astals Cid
Modified: 2006-08-25 23:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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);