diff options
| author | Andrea Azzarone <azzaronea@gmail.com> | 2012-09-07 14:15:24 -0400 |
|---|---|---|
| committer | Tarmac <> | 2012-09-07 14:15:24 -0400 |
| commit | 956386265de5ebfde2c3db287d43b445fe68bea4 (patch) | |
| tree | acc4d457bea16ab60068a31cf9c09f05103eb8c4 | |
| parent | d9ecafc28a656a5f7532c7a750fbe1e488ece9b9 (diff) | |
| parent | b9e794218f74635b2828e1353f778bc8cd6a3c92 (diff) | |
Revert rev 2558.. Fixes: . Approved by Marco Trevisan (TreviƱo).
(bzr r2672)
| -rw-r--r-- | launcher/SwitcherController.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/SwitcherController.cpp b/launcher/SwitcherController.cpp index a4ecaf104..910c728d1 100644 --- a/launcher/SwitcherController.cpp +++ b/launcher/SwitcherController.cpp @@ -46,7 +46,7 @@ namespace switcher Controller::Controller(unsigned int load_timeout) : timeout_length(75) , detail_on_timeout(true) - , detail_timeout_length(250) + , detail_timeout_length(500) , initial_detail_timeout_length(1500) , construct_timeout_(load_timeout) , main_layout_(nullptr) |
