diff options
author | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
commit | cd17687f01420952712a500107e0f93e7ab8d5f8 (patch) | |
tree | ce48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/newview/llfloaterdirectory.cpp | |
parent | Second Life viewer sources 1.19.0.5 (diff) | |
download | meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2 meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz |
Second Life viewer sources 1.19.1.0
Diffstat (limited to 'linden/indra/newview/llfloaterdirectory.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterdirectory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloaterdirectory.cpp b/linden/indra/newview/llfloaterdirectory.cpp index ce5a7e6..7ac491e 100644 --- a/linden/indra/newview/llfloaterdirectory.cpp +++ b/linden/indra/newview/llfloaterdirectory.cpp | |||
@@ -223,7 +223,7 @@ void *LLFloaterDirectory::createFindAllOld(void* userdata) | |||
223 | void* LLFloaterDirectory::createClassifiedDetail(void* userdata) | 223 | void* LLFloaterDirectory::createClassifiedDetail(void* userdata) |
224 | { | 224 | { |
225 | LLFloaterDirectory *self = (LLFloaterDirectory*)userdata; | 225 | LLFloaterDirectory *self = (LLFloaterDirectory*)userdata; |
226 | self->mPanelClassifiedp = new LLPanelClassified(TRUE); | 226 | self->mPanelClassifiedp = new LLPanelClassified(true, false); |
227 | self->mPanelClassifiedp->setVisible(FALSE); | 227 | self->mPanelClassifiedp->setVisible(FALSE); |
228 | return self->mPanelClassifiedp; | 228 | return self->mPanelClassifiedp; |
229 | } | 229 | } |
@@ -378,7 +378,7 @@ void LLFloaterDirectory::refreshGroup(const LLUUID& group_id) | |||
378 | 378 | ||
379 | void LLFloaterDirectory::focusCurrentPanel() | 379 | void LLFloaterDirectory::focusCurrentPanel() |
380 | { | 380 | { |
381 | LLTabContainerCommon* tabs = LLUICtrlFactory::getTabContainerByName(this, "Directory Tabs"); | 381 | LLTabContainer* tabs = LLUICtrlFactory::getTabContainerByName(this, "Directory Tabs"); |
382 | if (!tabs) return; | 382 | if (!tabs) return; |
383 | 383 | ||
384 | LLPanel* panel = tabs->getCurrentPanel(); | 384 | LLPanel* panel = tabs->getCurrentPanel(); |