From e5afa9b50fc7427e2c174e8374727ca30282fa9b Mon Sep 17 00:00:00 2001 From: CharleyLevenque Date: Wed, 15 Sep 2010 03:29:40 -0400 Subject: [PATCH] Fixing a build error related to debug output in contact groups code. --- indra/CMakeLists.txt | 2 +- indra/newview/llfloaterfriends.cpp | 4 ++-- indra/newview/skins/default/xui/en-us/panel_friends.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/indra/CMakeLists.txt b/indra/CMakeLists.txt index 58828d450..30a443be5 100644 --- a/indra/CMakeLists.txt +++ b/indra/CMakeLists.txt @@ -104,7 +104,7 @@ if (VIEWER) endif (LINUX) add_subdirectory(${VIEWER_PREFIX}newview) - add_dependencies(viewer secondlife-bin) + add_dependencies(viewer Ascent) endif (VIEWER) # Linux builds the viewer and server in 2 separate projects diff --git a/indra/newview/llfloaterfriends.cpp b/indra/newview/llfloaterfriends.cpp index 1fa81163e..18191cb1c 100644 --- a/indra/newview/llfloaterfriends.cpp +++ b/indra/newview/llfloaterfriends.cpp @@ -240,8 +240,8 @@ void LLPanelFriends::populateContactGroupSelect() if ((name == ".") || (name == "..")) continue; combo->add(name, ADD_BOTTOM); - LLChat msg("Combo Add " + name); - LLFloaterChat::addChat(msg); + //LLChat msg("Combo Add " + name); + //LLFloaterChat::addChat(msg); } } } diff --git a/indra/newview/skins/default/xui/en-us/panel_friends.xml b/indra/newview/skins/default/xui/en-us/panel_friends.xml index 6c7135c3a..cf357c583 100644 --- a/indra/newview/skins/default/xui/en-us/panel_friends.xml +++ b/indra/newview/skins/default/xui/en-us/panel_friends.xml @@ -44,9 +44,9 @@ height="18" left="-235" name="buddy_search_lineedit" tool_tip="The friend name you want to search for" width="130" /> -