diff options
author | Kevin Smith <git@kismith.co.uk> | 2010-06-25 21:20:28 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2010-06-25 21:20:28 (GMT) |
commit | 53f132042a6d470f94a9721a31c86514aba11c4f (patch) | |
tree | 4b81b08770ab560c23d71efd9f69e4c70fbfa237 /Swift/Controllers/SConscript | |
parent | 794a049be7aa820b1ce49ab4f542d907975d281a (diff) | |
download | swift-53f132042a6d470f94a9721a31c86514aba11c4f.zip swift-53f132042a6d470f94a9721a31c86514aba11c4f.tar.bz2 |
Simplify presence handling for auto-away and reconnections.
Resolves: #405
Diffstat (limited to 'Swift/Controllers/SConscript')
-rw-r--r-- | Swift/Controllers/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/SConscript b/Swift/Controllers/SConscript index ad03a5a..ea0dc3a 100644 --- a/Swift/Controllers/SConscript +++ b/Swift/Controllers/SConscript @@ -35,6 +35,7 @@ if env["SCONS_STAGE"] == "build" : "SoundEventController.cpp", "SystemTrayController.cpp", "XMLConsoleController.cpp", + "StatusTracker.cpp", "UIEvents/UIEvent.cpp", "UIInterfaces/XMLConsoleWidget.cpp", "UIInterfaces/ChatListWindow.cpp", |