------- 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=127843         
ogoffart kde org changed:

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



------- Additional Comments From ogoffart kde org  2006-06-07 21:55 -------
SVN commit 549216 by ogoffart:

Fix Bug 127843: keyboard shortcut configuration is not preserved

BUG: 127843



 M  +2 -4      kopetechatwindow.cpp  


--- branches/kopete/0.12/kopete/kopete/chatwindow/kopetechatwindow.cpp 
#549215:549216
 @ -1,7 +1,7  @
 /*
     kopetechatwindow.cpp - Chat Window
 
-    Copyright (c) 2002-2005 by Olivier Goffart       <ogoffart@ kde.org>
+    Copyright (c) 2002-2006 by Olivier Goffart       <ogoffart@ kde.org>
     Copyright (c) 2003-2004 by Richard Smith         <kde metafoo co uk>
     Copyright (C) 2002      by James Grant
     Copyright (c) 2002      by Stefan Gehn           <metz AT gehn.net>
 @ -311,10 +311,8  @
 
        createStandardStatusBarAction();
 
-       chatSend = new KAction( i18n( "&Send Message" ), QString::fromLatin1( 
"mail_send" ), 0,
+       chatSend = new KAction( i18n( "&Send Message" ), QString::fromLatin1( 
"mail_send" ), QKeySequence(Key_Return) ,
                this, SLOT( slotSendMessage() ), coll, "chat_send" );
-       //Default to 'Return' for sending messages
-       chatSend->setShortcut( QKeySequence(Key_Return) );
        chatSend->setEnabled( false );
 
        KStdAction::save ( this, SLOT(slotChatSave()), coll );
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to