[Konversation-devel] [Bug 131559] File Menu, , , , Alt+Ctrl+A does not work to set away. mouse selection doeswork for away and back/available

Eike Hein sho at eikehein.com
Sun Aug 27 02:14:01 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=131559         
sho eikehein com changed:

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



------- Additional Comments From sho eikehein com  2006-08-27 02:13 -------
SVN commit 577541 by hein:

Use a shortcut for the global away toggle that isn't
already in use by default.
BUG:131559


 M  +1 -1      konversationmainwindow.cpp  


--- trunk/extragear/network/konversation/src/konversationmainwindow.cpp #577540:577541
 @ -231,7 +231,7  @
     action->setToolTip(i18n("Clear the contents of all open tabs"));
     action->setEnabled(false);
 
-    KAction* awayAction = new KAction(i18n("Set &Away Globally")/*, "konversationaway"*/, KShortcut("Ctrl+Alt+A"),
+    KAction* awayAction = new KAction(i18n("Set &Away Globally")/*, "konversationaway"*/, KShortcut("Ctrl+Shift+A"),
         static_cast<KonversationApplication *>(kapp), SLOT(toggleAway()), actionCollection(),"toggle_away");
     awayAction->setEnabled(false);


More information about the Konversation-devel mailing list