[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/kopete/chatwindow
From:       Matt Rogers <mattr () kde ! org>
Date:       2009-09-12 3:51:53
Message-ID: 1252727513.109101.7375.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1022573 by mattr:

Fix bug 193419

Prevent the user from having to press the enter key to add an emoticon
when using the emoticon selector.

Patch by Vincent Dupont. Thanks!

This is the commit for KDE 4.4. The commit for the KDE 4.3 branch will
close the bug
CCBUG: 193419

 M  +1 -1      emoticonselector.cpp  


--- trunk/KDE/kdenetwork/kopete/kopete/chatwindow/emoticonselector.cpp #1022572:1022573
@@ -86,7 +86,7 @@
 			this, SLOT(mouseOverItem(QListWidgetItem*)));
 	connect(m_emoticonList, SIGNAL(itemSelectionChanged()),
 			this, SLOT(currentChanged()));
-	connect(m_emoticonList, SIGNAL(itemActivated(QListWidgetItem*)),
+  connect(m_emoticonList, SIGNAL(itemClicked(QListWidgetItem*)),
 			this, SLOT(emoticonClicked(QListWidgetItem*)));
 
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic