summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelmaininventory.cpp
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2011-06-23 17:50:52 -0700
committerLeyla Farazha <leyla@lindenlab.com>2011-06-23 17:50:52 -0700
commit71b6d9d842e03a4a1eece88ec20a50b041b6137f (patch)
treef44594dd4419f1d287698bb1cb5af73d7b868046 /indra/newview/llpanelmaininventory.cpp
parente74f9fcc147edd24576a25bb6a0af69ac8d6a600 (diff)
fixing non-dnd portion of EXT-895
Diffstat (limited to 'indra/newview/llpanelmaininventory.cpp')
-rw-r--r--indra/newview/llpanelmaininventory.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llpanelmaininventory.cpp b/indra/newview/llpanelmaininventory.cpp
index 728642e4c7..f23ae8c8ff 100644
--- a/indra/newview/llpanelmaininventory.cpp
+++ b/indra/newview/llpanelmaininventory.cpp
@@ -1,4 +1,4 @@
-/**
+n/**
* @file llsidepanelmaininventory.cpp
* @brief Implementation of llsidepanelmaininventory.
*
@@ -592,6 +592,8 @@ void LLPanelMainInventory::onFocusReceived()
{
outbox_panel->clearSelection();
}
+
+ sidepanel_inventory->updateVerbs();
}
void LLPanelMainInventory::setFilterTextFromFilter()