diff -r 97c9f46387be -r 481242ead638 browserui/browser/SrcData/browser_toolbar.rssi --- a/browserui/browser/SrcData/browser_toolbar.rssi Mon Jan 18 20:22:00 2010 +0200 +++ b/browserui/browser/SrcData/browser_toolbar.rssi Tue Feb 02 00:12:41 2010 +0200 @@ -43,6 +43,7 @@ helptxt = qtn_browser_ext_tb_tt; items = { +#ifndef BRDO_SINGLE_CLICK_ENABLED_FF TBAR_CTRL { type = EAknCtButton; @@ -65,6 +66,7 @@ }; }; }, +#endif TBAR_CTRL { type = EAknCtButton; @@ -306,8 +308,35 @@ } }; }; - } - + #ifndef BRDO_SINGLE_CLICK_ENABLED_FF + } + #else + }, + + TBAR_CTRL + { + type = EAknCtButton; + id = EWmlCmdCloseWindow; + + control = AVKON_BUTTON + { + flags = KAknButtonRequestExitOnButtonUpEvent; + states = + { + AVKON_BUTTON_STATE + { + txt = qtn_options_exit; //qtn_browser_list_close_window; + helptxt = qtn_options_exit; //qtn_browser_list_close_window; + bmpfile = "\\Resource\\apps\\browser.mif"; + bmpid = EMbmBrowserQgn_indi_browser_tb_exit; + bmpmask = EMbmBrowserQgn_indi_browser_tb_exit_mask; + extension = r_browser_ext_qgn_indi_browser_tb_exit; + } + }; + }; + } + #endif + }; }; }, @@ -464,6 +493,32 @@ }; }; }, + +#ifdef BRDO_SINGLE_CLICK_ENABLED_FF + + TBAR_CTRL + { + type = EAknCtButton; + id = EWmlCmdFavourites; + + control = AVKON_BUTTON + { + flags = 0; + states = + { + AVKON_BUTTON_STATE + { + txt = ""; + helptxt = qtn_browser_ext_tb_bm_tt; + bmpfile = "\\Resource\\apps\\browser.mif"; + bmpid = EMbmBrowserQgn_indi_browser_tb_bm; + bmpmask = EMbmBrowserQgn_indi_browser_tb_bm_mask; + extension = r_browser_ext_qgn_indi_browser_tb_bm; + } + }; + }; + } +#else TBAR_CTRL { type = EAknCtButton; @@ -486,6 +541,7 @@ }; }; } +#endif }; }