diff options
author | McCabe Maxsted | 2009-02-14 00:58:18 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-02-14 00:58:18 -0700 |
commit | 1b92609dec6d2346f83f06455f7771ea6495480a (patch) | |
tree | 674a516856efe1476a70d5d72e86ff4fc9eebb80 /linden | |
parent | Removed junk code from gstreamer (diff) | |
download | meta-impy-1b92609dec6d2346f83f06455f7771ea6495480a.zip meta-impy-1b92609dec6d2346f83f06455f7771ea6495480a.tar.gz meta-impy-1b92609dec6d2346f83f06455f7771ea6495480a.tar.bz2 meta-impy-1b92609dec6d2346f83f06455f7771ea6495480a.tar.xz |
Removed search for non-existant floater_preview_new_landmark.xml
Diffstat (limited to 'linden')
-rw-r--r-- | linden/indra/newview/llpreviewlandmark.cpp | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/linden/indra/newview/llpreviewlandmark.cpp b/linden/indra/newview/llpreviewlandmark.cpp index dba603b..01d77f6 100644 --- a/linden/indra/newview/llpreviewlandmark.cpp +++ b/linden/indra/newview/llpreviewlandmark.cpp | |||
@@ -90,15 +90,7 @@ LLPreviewLandmark::LLPreviewLandmark(const std::string& name, | |||
90 | { | 90 | { |
91 | 91 | ||
92 | mFactoryMap["place_details_panel"] = LLCallbackMap(LLPreviewLandmark::createPlaceDetail, this); | 92 | mFactoryMap["place_details_panel"] = LLCallbackMap(LLPreviewLandmark::createPlaceDetail, this); |
93 | if (show_keep_discard) | 93 | LLUICtrlFactory::getInstance()->buildFloater(this, "floater_preview_existing_landmark.xml", &getFactoryMap()); |
94 | { | ||
95 | LLUICtrlFactory::getInstance()->buildFloater(this, "floater_preview_new_landmark.xml", &getFactoryMap()); | ||
96 | childSetAction("Discard btn",onDiscardBtn,this); | ||
97 | } | ||
98 | else | ||
99 | { | ||
100 | LLUICtrlFactory::getInstance()->buildFloater(this, "floater_preview_existing_landmark.xml", &getFactoryMap()); | ||
101 | } | ||
102 | 94 | ||
103 | /* | 95 | /* |
104 | childSetCommitCallback("desc_editor", LLPreview::onText, this); | 96 | childSetCommitCallback("desc_editor", LLPreview::onText, this); |