browserui/browser/FeedsSrc/FeedsFolderContainer.cpp
branchRCL_3
changeset 50 c9249d037530
parent 37 481242ead638
equal deleted inserted replaced
48:5c11946e75b3 50:c9249d037530
  2041 	        }
  2041 	        }
  2042         }
  2042         }
  2043 
  2043 
  2044     if (iMoveActive)
  2044     if (iMoveActive)
  2045         {
  2045         {
       
  2046 #ifndef BRDO_SINGLE_CLICK_ENABLED_FF
  2046         commandSet = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
  2047         commandSet = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
  2048 #else        
       
  2049         commandSet = R_AVKON_SOFTKEYS_CANCEL;
       
  2050 #endif        
  2047         }
  2051         }
  2048 
  2052 
  2049     iView->UpdateCbaL(commandSet);
  2053     iView->UpdateCbaL(commandSet);
  2050     }        
  2054     }        
  2051 
  2055 
  2180 // else undim toolbar
  2184 // else undim toolbar
  2181 // -----------------------------------------------------------------------------
  2185 // -----------------------------------------------------------------------------
  2182 //
  2186 //
  2183 void CFeedsFolderContainer::DimToolbar(TBool aDim)
  2187 void CFeedsFolderContainer::DimToolbar(TBool aDim)
  2184 {
  2188 {
  2185     iView->Toolbar()->SetDimmed(aDim);
  2189     iView->Toolbar()->SetItemDimmed(EFeedsNewFeed, aDim, ETrue);
       
  2190     iView->Toolbar()->SetItemDimmed(EFeedsUpdateAll, aDim, ETrue);
       
  2191     iView->Toolbar()->SetItemDimmed(EWmlCmdPreferences, aDim, ETrue);
  2186     iView->Toolbar()->DrawNow();
  2192     iView->Toolbar()->DrawNow();
  2187 }
  2193 }
  2188 
  2194 
  2189 
  2195 
  2190 // -----------------------------------------------------------------------------
  2196 // -----------------------------------------------------------------------------
  2272     // If not yet pushed, this will do the push; if already there, this brings
  2278     // If not yet pushed, this will do the push; if already there, this brings
  2273     // it to top and draws.
  2279     // it to top and draws.
  2274     naviPane->PushL(*iNaviDecorator);
  2280     naviPane->PushL(*iNaviDecorator);
  2275     }
  2281     }
  2276 
  2282 
       
  2283