aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterpreference.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-12-01 17:39:58 -0600
committerJacek Antonelli2008-12-01 17:40:06 -0600
commit7abecb48babe6a6f09bf6692ba55076546cfced9 (patch)
tree8d18a88513fb97adf32c10aae78f4be1984942db /linden/indra/newview/llfloaterpreference.cpp
parentSecond Life viewer sources 1.21.6 (diff)
downloadmeta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.zip
meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.gz
meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.bz2
meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.xz
Second Life viewer sources 1.22.0-RC
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloaterpreference.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloaterpreference.cpp b/linden/indra/newview/llfloaterpreference.cpp
index 82d8cc9..b907aed 100644
--- a/linden/indra/newview/llfloaterpreference.cpp
+++ b/linden/indra/newview/llfloaterpreference.cpp
@@ -424,8 +424,6 @@ void LLFloaterPreference::onClickAbout(void*)
424// static 424// static
425void LLFloaterPreference::onBtnOK( void* userdata ) 425void LLFloaterPreference::onBtnOK( void* userdata )
426{ 426{
427 LLPanelLogin::refreshLocation( false );
428
429 LLFloaterPreference *fp =(LLFloaterPreference *)userdata; 427 LLFloaterPreference *fp =(LLFloaterPreference *)userdata;
430 // commit any outstanding text entry 428 // commit any outstanding text entry
431 if (fp->hasFocus()) 429 if (fp->hasFocus())
@@ -453,6 +451,8 @@ void LLFloaterPreference::onBtnOK( void* userdata )
453 // Show beep, pop up dialog, etc. 451 // Show beep, pop up dialog, etc.
454 llinfos << "Can't close preferences!" << llendl; 452 llinfos << "Can't close preferences!" << llendl;
455 } 453 }
454
455 LLPanelLogin::refreshLocation( false );
456} 456}
457 457
458 458