phoneplugins/infowidgetplugin/infowidget/src/infowidgetsathandler_p.cpp
changeset 56 5bcb308bd24d
parent 46 bc5a64e5bc3c
equal deleted inserted replaced
46:bc5a64e5bc3c 56:5bcb308bd24d
   133             m_idleResult = RSatService::ESATIdleSuccessRequestedIconNotDisplayed;
   133             m_idleResult = RSatService::ESATIdleSuccessRequestedIconNotDisplayed;
   134         }else if(RSatService::ESatIconNoIcon == iconQualifier
   134         }else if(RSatService::ESatIconNoIcon == iconQualifier
   135                 && !m_idleTxt.isEmpty()){
   135                 && !m_idleTxt.isEmpty()){
   136             m_idleResult = RSatService::ESATIdleSuccess;
   136             m_idleResult = RSatService::ESATIdleSuccess;
   137         }else{ 
   137         }else{ 
   138             // Got empty string, could be permanent problem as well
   138             // Got empty string, could be permanent problem as well?
   139             m_idleResult = RSatService::ESATIdleMeUnableToProcessCmd;
   139             m_idleResult = RSatService::ESATIdleMeUnableToProcessCmd;
   140         }
   140         }
   141     }
   141     }
   142     delete string;
   142     delete string;
   143     
   143