diff options
author | Jacek Antonelli | 2008-08-15 23:45:55 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:55 -0500 |
commit | 9063e60aefe54f7c45aaa8cb24e8998b2c7343ab (patch) | |
tree | 1c8235465701c910a5d76448ddc8eb1f14457ebc /linden/indra/newview/llimpanel.cpp | |
parent | Second Life viewer sources 1.20.9 (diff) | |
download | meta-impy-9063e60aefe54f7c45aaa8cb24e8998b2c7343ab.zip meta-impy-9063e60aefe54f7c45aaa8cb24e8998b2c7343ab.tar.gz meta-impy-9063e60aefe54f7c45aaa8cb24e8998b2c7343ab.tar.bz2 meta-impy-9063e60aefe54f7c45aaa8cb24e8998b2c7343ab.tar.xz |
Second Life viewer sources 1.20.10
Diffstat (limited to 'linden/indra/newview/llimpanel.cpp')
-rw-r--r-- | linden/indra/newview/llimpanel.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linden/indra/newview/llimpanel.cpp b/linden/indra/newview/llimpanel.cpp index d354dbb..b25521d 100644 --- a/linden/indra/newview/llimpanel.cpp +++ b/linden/indra/newview/llimpanel.cpp | |||
@@ -1215,6 +1215,12 @@ LLFloaterIMPanel::~LLFloaterIMPanel() | |||
1215 | 1215 | ||
1216 | delete mVoiceChannel; | 1216 | delete mVoiceChannel; |
1217 | mVoiceChannel = NULL; | 1217 | mVoiceChannel = NULL; |
1218 | |||
1219 | //delete focus lost callback | ||
1220 | if(mInputEditor) | ||
1221 | { | ||
1222 | mInputEditor->setFocusLostCallback( NULL ); | ||
1223 | } | ||
1218 | } | 1224 | } |
1219 | 1225 | ||
1220 | BOOL LLFloaterIMPanel::postBuild() | 1226 | BOOL LLFloaterIMPanel::postBuild() |