diff options
author | Steve Bennetts <steve@lindenlab.com> | 2009-11-16 19:20:56 -0800 |
---|---|---|
committer | Steve Bennetts <steve@lindenlab.com> | 2009-11-16 19:20:56 -0800 |
commit | 9a33ed34b473e937904c5e3157ccf64e5748da1a (patch) | |
tree | e7f3c7560f278db6410fe9c392c0f19e3027a93e /indra/newview/llpanelplaces.cpp | |
parent | ce3b90566a1ec658b09e9800c39a5997da8f6c6e (diff) | |
parent | dd4a4409cd074e5b6747a3bc7dcbfebac4e6ba9f (diff) |
merge
Diffstat (limited to 'indra/newview/llpanelplaces.cpp')
-rw-r--r-- | indra/newview/llpanelplaces.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelplaces.cpp b/indra/newview/llpanelplaces.cpp index eb10d97b37..19a8ab58c0 100644 --- a/indra/newview/llpanelplaces.cpp +++ b/indra/newview/llpanelplaces.cpp @@ -223,7 +223,7 @@ BOOL LLPanelPlaces::postBuild() notes_editor->setKeystrokeCallback(boost::bind(&LLPanelPlaces::onEditButtonClicked, this)); LLComboBox* folder_combo = mLandmarkInfo->getChild<LLComboBox>("folder_combo"); - folder_combo->setSelectionCallback(boost::bind(&LLPanelPlaces::onEditButtonClicked, this)); + folder_combo->setCommitCallback(boost::bind(&LLPanelPlaces::onEditButtonClicked, this)); return TRUE; } |