webengine/widgetregistry/Server/src/WidgetRegistry.cpp
changeset 17 c8a366e56285
parent 16 a359256acfc6
child 27 60c5402cb945
equal deleted inserted replaced
16:a359256acfc6 17:c8a366e56285
  1779         } while ( RApaLsSession::ENoMoreAppsInList != error );
  1779         } while ( RApaLsSession::ENoMoreAppsInList != error );
  1780     if ( RApaLsSession::ENoMoreAppsInList != error )
  1780     if ( RApaLsSession::ENoMoreAppsInList != error )
  1781         {
  1781         {
  1782         aUids.Reset();
  1782         aUids.Reset();
  1783         }
  1783         }
       
  1784 	else 
       
  1785 		{
       
  1786 		error = KErrNone;
       
  1787 		}
  1784     LOG_CODE( if ( aUids.Count() ) )
  1788     LOG_CODE( if ( aUids.Count() ) )
  1785     LOG1( "AppArchWidgetUids done widget count %d",
  1789     LOG1( "AppArchWidgetUids done widget count %d",
  1786               aUids.Count() );
  1790               aUids.Count() );
  1787     LOG_CODE( else )
  1791     LOG_CODE( else )
  1788     LOG( "AppArchWidgetUids done error NULL list" );
  1792     LOG( "AppArchWidgetUids done error NULL list" );