diff -r 11d3954df52a -r 627c4a0fd0e7 src/hbcore/devicedialogbase/hbdevicedialogconnecthelper.cpp --- a/src/hbcore/devicedialogbase/hbdevicedialogconnecthelper.cpp Thu May 27 13:10:59 2010 +0300 +++ b/src/hbcore/devicedialogbase/hbdevicedialogconnecthelper.cpp Fri Jun 11 13:58:22 2010 +0300 @@ -68,7 +68,7 @@ void HbDeviceDialogConnectHelperPrivate::DoCancel() { TRequestStatus *rs = &iStatus; - User::RequestComplete(rs, KErrNone); + User::RequestComplete(rs, KErrCancel); }