// static void LLPanelNetwork::onClickSearchDefault(void* user_data) { LLPanelNetwork* self = (LLPanelNetwork*)user_data; LLControlVariable* controlp = (gHippoGridManager->getConnectedGrid()->isSecondLife()) ? gSavedSettings.getControl("SearchURLQuery") : gSavedSettings.getControl("SearchURLQueryOpenSim"); if (controlp) { self->childSetValue("world_search_editor",controlp->getDefault().asString()) ; } else { llwarns << "SearchURLQuery or SearchURLQueryOpenSim missing from settings.xml - thats bad!" << llendl; } }
// static void LLPanelNetwork::onClickSearchClear(void* user_data) { LLPanelNetwork* self = (LLPanelNetwork*)user_data; self->childSetValue("world_search_editor","") ; }