From 1226cc2be93f790f480b2e32ed75461bdc6d836c Mon Sep 17 00:00:00 2001 From: Denis Serdjuk Date: Sat, 26 Dec 2009 17:15:27 +0200 Subject: 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 --- indra/newview/llfavoritesbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview') 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") { -- cgit v1.2.3