summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-09-15 21:13:56 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-09-15 21:17:47 (GMT)
commiteb86232aee2cd49d8c8031abe95bf61d29f25096 (patch)
tree9674293bc0408c878a0cdfb64b632a235320b8dd /SwifTools/Notifier/SnarlNotifier.h
parent69a3de2471323bf7265ef2a08b160bed4b276efa (diff)
downloadswift-eb86232aee2cd49d8c8031abe95bf61d29f25096.zip
swift-eb86232aee2cd49d8c8031abe95bf61d29f25096.tar.bz2
Make Snarl timeouts for messages longer.
Diffstat (limited to 'SwifTools/Notifier/SnarlNotifier.h')
-rw-r--r--SwifTools/Notifier/SnarlNotifier.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/SwifTools/Notifier/SnarlNotifier.h b/SwifTools/Notifier/SnarlNotifier.h
index d744023..2f64166 100644
--- a/SwifTools/Notifier/SnarlNotifier.h
+++ b/SwifTools/Notifier/SnarlNotifier.h
@@ -25,7 +25,8 @@ namespace Swift {
void handleMessageReceived(MSG* message);
private:
- static const int timeout = 3;
+ static const int STATUS_NOTIFICATION_TIMEOUT = 3;
+ static const int MESSAGE_NOTIFICATION_TIMEOUT = 5;
Snarl::SnarlInterface snarl;
Win32NotifierWindow* window;
typedef std::map<int, boost::function<void()> > NotificationsMap;