diff options
| author | Richard Linden <none@none> | 2011-02-28 23:43:05 -0800 |
|---|---|---|
| committer | Richard Linden <none@none> | 2011-02-28 23:43:05 -0800 |
| commit | e062a2778b034d2f5df67cc8ec6f98203c6dbf73 (patch) | |
| tree | 6c0e00a415458bac6bc05553198330087e1c1403 /indra/newview/llgroupactions.cpp | |
| parent | e02b83c350d9b642baa610829098539f18efa651 (diff) | |
SOCIAL-608 FIX Create Classified link is available in Basic mode
SOCIAL-609 FIX Create Pick link is available in Basic mode in the web profile
SOCIAL-610 FIX View group info in Viewer sidebar are available in Basic mode
Diffstat (limited to 'indra/newview/llgroupactions.cpp')
| -rw-r--r-- | indra/newview/llgroupactions.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llgroupactions.cpp b/indra/newview/llgroupactions.cpp index 7b7780cba8..6953723f0c 100644 --- a/indra/newview/llgroupactions.cpp +++ b/indra/newview/llgroupactions.cpp @@ -55,8 +55,8 @@ public: { if (!LLUI::sSettingGroups["config"]->getBOOL("EnableGroupInfo")) { - LLNotificationsUtil::add("NoGroupInfo"); - return false; + LLNotificationsUtil::add("NoGroupInfo", LLSD(), LLSD(), std::string("ConfirmQuit")); + return true; } if (tokens.size() < 1) |
