diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterworldmap.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterworldmap.cpp b/linden/indra/newview/llfloaterworldmap.cpp index 75fbff2..e8b6caa 100644 --- a/linden/indra/newview/llfloaterworldmap.cpp +++ b/linden/indra/newview/llfloaterworldmap.cpp | |||
@@ -871,6 +871,8 @@ void LLFloaterWorldMap::buildLandmarkIDLists() | |||
871 | { | 871 | { |
872 | list->selectItemRange(1, -1); | 872 | list->selectItemRange(1, -1); |
873 | list->operateOnSelection(LLCtrlListInterface::OP_DELETE); | 873 | list->operateOnSelection(LLCtrlListInterface::OP_DELETE); |
874 | |||
875 | llassert_always(list->getItemCount() == 1) ; | ||
874 | } | 876 | } |
875 | 877 | ||
876 | mLandmarkItemIDList.reset(); | 878 | mLandmarkItemIDList.reset(); |