summaryrefslogtreecommitdiff
path: root/indra/newview/llpanellandmarks.cpp
diff options
context:
space:
mode:
authorPaul Guslisty <pguslisty@productengine.com>2009-11-27 19:08:02 +0200
committerPaul Guslisty <pguslisty@productengine.com>2009-11-27 19:08:02 +0200
commit857bc15a39018a75b04ed39430466880c24b3f48 (patch)
tree2d3a8557d6374fb40968450b38aa434a18b5fe7a /indra/newview/llpanellandmarks.cpp
parent9f603cef97d5436cc3a055216ee417068674e3d6 (diff)
fixed normal bug EXT-2685. My Landmarks: "Sort by Date" becomes disabled after selecting it
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llpanellandmarks.cpp')
-rw-r--r--indra/newview/llpanellandmarks.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llpanellandmarks.cpp b/indra/newview/llpanellandmarks.cpp
index a72bc74e75..dafb970b30 100644
--- a/indra/newview/llpanellandmarks.cpp
+++ b/indra/newview/llpanellandmarks.cpp
@@ -730,10 +730,6 @@ bool LLLandmarksPanel::isActionEnabled(const LLSD& userdata) const
{
return canSelectedBeModified(command_name);
}
- else if ( "sort_by_date" == command_name)
- {
- return mSortByDate;
- }
else if("create_pick" == command_name)
{
std::set<LLUUID> selection;