qtmobility/src/messaging/qmessageaccountid_symbian.cpp
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
--- a/qtmobility/src/messaging/qmessageaccountid_symbian.cpp	Fri Jun 11 14:26:25 2010 +0300
+++ b/qtmobility/src/messaging/qmessageaccountid_symbian.cpp	Wed Jun 23 19:08:38 2010 +0300
@@ -102,9 +102,11 @@
     long right = 0;
     if (d_ptr) {
         left = SymbianHelpers::stripIdPrefix(d_ptr->_id).toLong();
+        //left = d_ptr->_id.toLong();
     }
     if (other.d_ptr) {
         right = SymbianHelpers::stripIdPrefix(other.d_ptr->_id).toLong();
+        //right = other.d_ptr->_id.toLong();
     }
 
     return (left < right);