aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-06-16 00:51:58 -0700
committerJacek Antonelli2010-06-19 02:43:41 -0500
commitdad4792eb085d0d1741fb94a58564bcee1d7ebeb (patch)
treed2f6374de019f32e508f7f289022beee65475335 /linden/indra/newview/llstartup.cpp
parentMade ellipses in menus follow standard user interface guidelines (diff)
downloadmeta-impy-dad4792eb085d0d1741fb94a58564bcee1d7ebeb.zip
meta-impy-dad4792eb085d0d1741fb94a58564bcee1d7ebeb.tar.gz
meta-impy-dad4792eb085d0d1741fb94a58564bcee1d7ebeb.tar.bz2
meta-impy-dad4792eb085d0d1741fb94a58564bcee1d7ebeb.tar.xz
Fixed #339: status bar doesn't update buy currency button branding after switching grids
Diffstat (limited to 'linden/indra/newview/llstartup.cpp')
-rw-r--r--linden/indra/newview/llstartup.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp
index dc32b9d..1cc1871 100644
--- a/linden/indra/newview/llstartup.cpp
+++ b/linden/indra/newview/llstartup.cpp
@@ -2665,6 +2665,12 @@ bool idle_startup()
2665 LL_DEBUGS("AppInitStartupState") << "STATE_CLEANUP" << LL_ENDL; 2665 LL_DEBUGS("AppInitStartupState") << "STATE_CLEANUP" << LL_ENDL;
2666 set_startup_status(1.0, "", ""); 2666 set_startup_status(1.0, "", "");
2667 2667
2668 // Make sure all the branding is in order -- MC
2669 if (gStatusBar)
2670 {
2671 gStatusBar->updateElements();
2672 }
2673
2668 LLFirstUse::ClientTags(); 2674 LLFirstUse::ClientTags();
2669 2675
2670 // Let the map know about the inventory. 2676 // Let the map know about the inventory.