diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-11-10 20:13:17 +0200 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-11-10 20:13:17 +0200 |
commit | ebbca6470aa04c29712d92f6b52467188663e055 (patch) | |
tree | 13b62d698ebc48d9efa1d65991744c71f9ff407e /indra/newview/llpanelprofile.cpp | |
parent | f15767bbef4e0a87aa032e265b3a0a8d4db907e1 (diff) | |
parent | c673ef4a913691cea8e94b688937084edb821f68 (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpanelprofile.cpp')
-rw-r--r-- | indra/newview/llpanelprofile.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelprofile.cpp b/indra/newview/llpanelprofile.cpp index 8147ff17f0..02f45c1b48 100644 --- a/indra/newview/llpanelprofile.cpp +++ b/indra/newview/llpanelprofile.cpp @@ -243,5 +243,6 @@ void LLPanelProfile::notifyParent(const LLSD& info) onOpen(info); return; } + LLPanel::notifyParent(info); } |