diff options
author | Lynx Linden <lynx@lindenlab.com> | 2009-11-06 12:08:15 +0000 |
---|---|---|
committer | Lynx Linden <lynx@lindenlab.com> | 2009-11-06 12:08:15 +0000 |
commit | 1c591c06b72d222cff7775ef3aa067cba9c52cd3 (patch) | |
tree | 428f9725aa6395fcc4391f215320b06cdff35c8e /indra/newview/llsurfacepatch.h | |
parent | e654475529d924603a9b3bc8c4775c86d3cf7933 (diff) |
EXT-2232: Arghhh! Code Duplication == Bugs.
Apparently, pre-login notifications use LLAlertDialog, but post-login
notifications use LLToastAlertPanel. The latter is basically a copy
and paste of the former, with some local modifications. However, the
person who copy/pasted the code did not initialize the URLLoader
callback, so all notifications that tried to open a web page on a
button click after login were failing.
I've added comments that this code should be refactored, preferably as
a subclass of LLAlertDialog. In the meantime, I've tried to clean it
up a bit by not duplicating the nested URLLoader class (which would've
required further duplication to reimplement the exact same loader class
that LLAlertDialog uses). This let me then initialize the URLLoader
callback for LLToastAlertPanel, to fix this specific bug.
Again... arghhh!!
Diffstat (limited to 'indra/newview/llsurfacepatch.h')
0 files changed, 0 insertions, 0 deletions