browserui/browser/FeedsSrc/FeedsClientUtilities.cpp
changeset 5 e45c3f40ea5f
parent 1 57d5b8e231c4
child 24 868cceedabd3
equal deleted inserted replaced
1:57d5b8e231c4 5:e45c3f40ea5f
  1570             if (aRequestType == CTransaction::EImportOPML)
  1570             if (aRequestType == CTransaction::EImportOPML)
  1571                 {
  1571                 {
  1572                	labelId = R_FEEDS_MALFORMED_FEED_ERROR;
  1572                	labelId = R_FEEDS_MALFORMED_FEED_ERROR;
  1573                 break;
  1573                 break;
  1574                 }
  1574                 }
       
  1575 
       
  1576         case KErrNotFound:
       
  1577             // A pop up error note should be displayed if import is requested,
       
  1578             // else will be handled in default case.
       
  1579             if (aRequestType == CTransaction::EImportOPML)
       
  1580                 {
       
  1581                 labelId = R_FEEDS_FILE_NOT_FOUND_ERROR;
       
  1582                 break;
       
  1583                 }
  1575         default:
  1584         default:
  1576 			if (aStatus > 0) // All network errors
  1585 			if (aStatus > 0) // All network errors
  1577                 {
  1586                 {
  1578                 // Error will shown in listbox main pane
  1587                 // Error will shown in listbox main pane
  1579                 return;
  1588                 return;