diff options
author | Steven Bennetts <steve@lindenlab.com> | 2008-05-09 04:39:03 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2008-05-09 04:39:03 +0000 |
commit | dbe0176552e070baef9a693252cb47dda97d1fb4 (patch) | |
tree | 8aaf4328e561ccfd21890f21a4d47a4d60922ec5 /indra/newview/llstartup.cpp | |
parent | 1bad68eb4b7d712b02cbd4b74639fcf265983c8d (diff) |
QAR-565 search-milestone2-merge (more web tabs in search)
dataserver-is-deprecated
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r-- | indra/newview/llstartup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index ec15ffecee..b8774ceef7 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -2983,7 +2983,7 @@ void register_viewer_callbacks(LLMessageSystem* msg) //msg->setHandlerFunc("DirPicksReply", LLPanelDirBrowser::processDirPicksReply); msg->setHandlerFunc("DirClassifiedReply", LLPanelDirBrowser::processDirClassifiedReply); msg->setHandlerFunc("DirLandReply", LLPanelDirBrowser::processDirLandReply); - msg->setHandlerFunc("DirPopularReply",LLPanelDirBrowser::processDirPopularReply); + //msg->setHandlerFunc("DirPopularReply",LLPanelDirBrowser::processDirPopularReply); msg->setHandlerFunc("AvatarPickerReply", LLFloaterAvatarPicker::processAvatarPickerReply); |