diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-09-16 11:46:37 -0700 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-09-16 11:46:37 -0700 |
commit | 5af39ea28be1a76ec0c3042a0bf34e7d64835c18 (patch) | |
tree | db55a3bfb7d93477b414ab295c13f3878b31f394 /indra/newview/CMakeLists.txt | |
parent | 10d92237adca8bffc82c887dbd37b988602b2d59 (diff) |
EXP-1169 FIX -- No synch error icon given on Outbox on Agni where API does not exist
* Moved marketplace URL related functions into a new file llmarketplacefunctions.cpp/h.
This will the future home of more marketplace-related functions.
* Disabled sync button when the marketplace API is unavailable.
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r-- | indra/newview/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 11b19ca4fe..8c1f98979b 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -310,6 +310,7 @@ set(viewer_SOURCE_FILES llmaniprotate.cpp llmanipscale.cpp llmaniptranslate.cpp + llmarketplacefunctions.cpp llmediactrl.cpp llmediadataclient.cpp llmemoryview.cpp @@ -873,6 +874,7 @@ set(viewer_HEADER_FILES llmaniprotate.h llmanipscale.h llmaniptranslate.h + llmarketplacefunctions.h llmediactrl.h llmediadataclient.h llmemoryview.h |