Bug #1201
Taskbar timeout is off by one.
Start date:
02/12/2013
Due date:
% Done:
100%
Estimated time:
Version:
0.9-pre
OS:
Any
Description
TaskbarNotificationBackend::ConfigWidget::ConfigWidget the minimum is set to 1, rather than 0, which would be 'unlimited'. right now 'unlimited' is 1 second and incrementing once will make it jump to 2 seconds.
Associated revisions
History
#2 Updated by Anonymous almost 12 years ago
- Target version set to Some future release
#3 Updated by Anonymous over 11 years ago
- Status changed from Confirmed to Resolved
- % Done changed from 0 to 100
Applied in changeset db66cc58b1329fe25b6a26b3824b3de3103ee539.
#4 Updated by Anonymous almost 11 years ago
- Target version changed from Some future release to 0.9.1
Set minimum (the special value) timeout to 0
Fixes #1201