emailuis/nmailui/src/nmrecipientfield.cpp
changeset 68 83cc6bae1de8
parent 57 ae34e1715e21
child 74 6c59112cfd31
--- a/emailuis/nmailui/src/nmrecipientfield.cpp	Fri Sep 03 17:52:02 2010 +0300
+++ b/emailuis/nmailui/src/nmrecipientfield.cpp	Wed Sep 15 12:09:55 2010 +0300
@@ -74,10 +74,10 @@
         this, SIGNAL(editingFinished()));
     connect(mRecipientsEditor, SIGNAL(selectionChanged()),
         this, SIGNAL(selectionChanged()));
-    connect(mLaunchContactsPickerButton, SIGNAL(pressed()),
-            this, SIGNAL(launchContactsPickerButtonClicked()));
-    connect(mLaunchContactsPickerButton, SIGNAL(pressed()),
-            this, SLOT(launchContactsPicker()));
+    connect(mLaunchContactsPickerButton, SIGNAL(clicked()),
+        this, SIGNAL(launchContactsPickerButtonClicked()));
+    connect(mLaunchContactsPickerButton, SIGNAL(clicked()),
+        this, SLOT(launchContactsPicker()), Qt::QueuedConnection);
 }