By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1610
Collapse All | Expand All

(-)tdepim/kalarm/kalarmd/alarmdaemon.cpp (-1 / +1 lines)
Lines 49-55 Link Here
49
#ifdef AUTOSTART_KALARM
49
#ifdef AUTOSTART_KALARM
50
// Number of seconds to wait before autostarting KAlarm.
50
// Number of seconds to wait before autostarting KAlarm.
51
// Allow plenty of time for session restoration to happen first.
51
// Allow plenty of time for session restoration to happen first.
52
static const int KALARM_AUTOSTART_TIMEOUT = 30;
52
static const int KALARM_AUTOSTART_TIMEOUT = 1;
53
#endif
53
#endif
54
static const int SECS_PER_DAY = 3600 * 24;
54
static const int SECS_PER_DAY = 3600 * 24;
55
55

Return to bug 1610