phoneapp/phoneuiutils/src/cphonepubsubproxy.cpp
changeset 45 6b911d05207e
parent 37 ba76fc04e6c2
child 46 bc5a64e5bc3c
--- a/phoneapp/phoneuiutils/src/cphonepubsubproxy.cpp	Fri Jun 04 10:19:18 2010 +0100
+++ b/phoneapp/phoneuiutils/src/cphonepubsubproxy.cpp	Wed Jun 23 18:12:20 2010 +0300
@@ -305,7 +305,7 @@
             // Remove this observers' subscriptions
             TInt pubSubCount = iPublishSubscriberArray->Count();
      
-            for ( TInt j = pubSubCount - 1; j >= 0; j++ )
+            for ( TInt j = 0; j < pubSubCount; j++ )
                 {
                 CPhonePublishSubscriberAO* publishSubscriber = 
                     iPublishSubscriberArray->At( j );