diff -r aead3f7e1bb0 -r b149f0820e5a browserui/browser/SrcData/bookmark_toolbar.rssi --- a/browserui/browser/SrcData/bookmark_toolbar.rssi Wed Jun 09 09:45:02 2010 +0300 +++ b/browserui/browser/SrcData/bookmark_toolbar.rssi Mon Jun 21 15:43:41 2010 +0300 @@ -81,29 +81,7 @@ } }; }; - }, - - TBAR_CTRL //Search Goto - { - type = EAknCtButton; - id = EWmlCmdGoToAddressAndSearch; - control = AVKON_BUTTON - { - flags = 0; - states = - { - AVKON_BUTTON_STATE - { - txt = ""; //Icon should always be visible instead of this - helptxt = qtn_is_tooltip_goto_search; - bmpfile = "\\Resource\\apps\\browser.mif"; - bmpid = EMbmBrowserQgn_indi_browser_tb_goto_and_search; - bmpmask = EMbmBrowserQgn_indi_browser_tb_goto_and_search_mask; - extension = r_browser_ext_qgn_indi_browser_tb_goto_and_search; - } - }; - }; - }, + }, #ifdef BRDO_SINGLE_CLICK_ENABLED_FF TBAR_CTRL { @@ -149,9 +127,31 @@ } }; }; - } - #endif - }; + } + #endif + , + TBAR_CTRL //Search Goto + { + type = EAknCtButton; + id = EWmlCmdGoToAddressAndSearch; + control = AVKON_BUTTON + { + flags = 0; + states = + { + AVKON_BUTTON_STATE + { + txt = ""; //Icon should always be visible instead of this + helptxt = qtn_is_tooltip_goto_search; + bmpfile = "\\Resource\\apps\\browser.mif"; + bmpid = EMbmBrowserQgn_indi_browser_tb_goto_and_search; + bmpmask = EMbmBrowserQgn_indi_browser_tb_goto_and_search_mask; + extension = r_browser_ext_qgn_indi_browser_tb_goto_and_search; + } + }; + }; + } + }; } #else