diff options
author | Jonathan Yap <none@none> | 2014-05-12 16:25:48 -0400 |
---|---|---|
committer | Jonathan Yap <none@none> | 2014-05-12 16:25:48 -0400 |
commit | ce27987c872cdaf2ec781644bc2ceb1a336a0a25 (patch) | |
tree | 64fcd26157ad2648d7cfc776e21025157fbde8de /indra/newview/llfloatertopobjects.h | |
parent | d0ef02c23a7a37c8c9bfe3a86bae88bb811fc9fe (diff) |
STORM-2030 Rapidly clicking the refresh button in selected floaters may result in duplicate entries
Diffstat (limited to 'indra/newview/llfloatertopobjects.h')
-rwxr-xr-x | indra/newview/llfloatertopobjects.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatertopobjects.h b/indra/newview/llfloatertopobjects.h index 28d2aa58e2..dbbe9ac521 100755 --- a/indra/newview/llfloatertopobjects.h +++ b/indra/newview/llfloatertopobjects.h @@ -66,6 +66,7 @@ public: void onRefresh(); static void setMode(U32 mode); + void disableRefreshBtn(); private: LLFloaterTopObjects(const LLSD& key); |