diff options
author | Kevin Smith <git@kismith.co.uk> | 2011-04-22 18:37:42 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2011-04-22 18:37:42 (GMT) |
commit | e66d257f786f034a7372780c7933312fe8b66dff (patch) | |
tree | c85f1f22a6ea1c29e24bd87e62db51c4f461da12 /Swift/Controllers/SConscript | |
parent | 1a8df7d98e58adde9bd0611b5689507780393856 (diff) | |
download | swift-e66d257f786f034a7372780c7933312fe8b66dff.zip swift-e66d257f786f034a7372780c7933312fe8b66dff.tar.bz2 |
Merge unread tab titles legibly.
Release-Notes: Chat tabs with unread messages from several chats will now be a little more descriptive.
Resolves: #485
Diffstat (limited to 'Swift/Controllers/SConscript')
-rw-r--r-- | Swift/Controllers/SConscript | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Swift/Controllers/SConscript b/Swift/Controllers/SConscript index c523419..eb5d21f 100644 --- a/Swift/Controllers/SConscript +++ b/Swift/Controllers/SConscript @@ -54,7 +54,8 @@ if env["SCONS_STAGE"] == "build" : "CertificateFileStorage.cpp", "StatusUtil.cpp", "Translator.cpp", - "XMPPURIController.cpp", + "XMPPURIController.cpp", + "ChatMessageSummarizer.cpp", ]) env.Append(UNITTEST_SOURCES = [ @@ -65,4 +66,5 @@ if env["SCONS_STAGE"] == "build" : File("Chat/UnitTest/ChatsManagerTest.cpp"), File("Chat/UnitTest/MUCControllerTest.cpp"), File("UnitTest/MockChatWindow.cpp"), + File("UnitTest/ChatMessageSummarizerTest.cpp"), ]) |