diff options
author | Richard Linden <none@none> | 2011-03-02 19:39:43 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2011-03-02 19:39:43 -0800 |
commit | 2eb58060b631381c960955cb6833d3111ecb9651 (patch) | |
tree | b8366ec2dfc24b1f8760a36c00479277323991b2 | |
parent | 592294a6acbbc8681d3fc808db5d3e24bf62a524 (diff) |
SOCIAL-594 FIX Edit partner link, Twitter, and Facebook links do not work in web profile in minimal skin because they are popups and that notification is blocked
-rw-r--r-- | indra/newview/skins/minimal/xui/en/notification_visibility.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/skins/minimal/xui/en/notification_visibility.xml b/indra/newview/skins/minimal/xui/en/notification_visibility.xml index e866ca3df5..ee6a9f0b02 100644 --- a/indra/newview/skins/minimal/xui/en/notification_visibility.xml +++ b/indra/newview/skins/minimal/xui/en/notification_visibility.xml @@ -14,6 +14,7 @@ <hide tag="voice"/> <show name="RegionRestartMinutes"/> <show name="RegionRestartSeconds"/> + <show name="PopupAttempt"/> <show tag="confirm"/> <show tag="friendship"/> <show tag="fail"/> |