contactwidgethsplugin/contactwidgeths/src/commlauncherwidget.cpp
changeset 51 81c360d47083
parent 47 7cbcb2896f0e
child 53 e6aff7b69165
--- a/contactwidgethsplugin/contactwidgeths/src/commlauncherwidget.cpp	Wed Jul 21 11:21:49 2010 +0300
+++ b/contactwidgethsplugin/contactwidgeths/src/commlauncherwidget.cpp	Wed Jul 21 11:37:51 2010 +0300
@@ -522,11 +522,6 @@
         // Call key initializes a call
         makeCall();
         event->accept();
-    } else if (event->key() == Qt::Key_No || event->key() == Qt::Key_Select) {
-        // End key and Select key close the communication launcher and 
-        // forward the key event to HbPopup
-        close();
-        HbPopup::keyPressEvent(event);
     } else {
         HbPopup::keyPressEvent(event);
     }