summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorDenis Serdjuk <dserduk@productengine.com>2009-12-26 17:15:27 +0200
committerDenis Serdjuk <dserduk@productengine.com>2009-12-26 17:15:27 +0200
commit1226cc2be93f790f480b2e32ed75461bdc6d836c (patch)
tree9784ca51fec8f324fb4c6b033b162343f3029c3b /indra/newview
parent504020425efe5f3b40c79e1afa2de5f0587b56f4 (diff)
fixed low bug EXT-3705 No confirm teleport dialog appears if teleport is being performed by \"teleport\" item from landmark's context menu
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llfavoritesbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfavoritesbar.cpp b/indra/newview/llfavoritesbar.cpp
index 28e6f1321b..ee33c189f9 100644
--- a/indra/newview/llfavoritesbar.cpp
+++ b/indra/newview/llfavoritesbar.cpp
@@ -997,7 +997,7 @@ void LLFavoritesBarCtrl::doToSelected(const LLSD& userdata)
if (action == "open")
{
- teleport_via_landmark(item->getAssetUUID());
+ onButtonClick(item->getUUID());
}
else if (action == "about")
{