Bug 686 - Micro pause doesn't pop up
Status:
RESOLVED INVALID
Component:
Core
Version:
1.8.5
Hardware:
PC Linux
Importance:
P4 critical
Target Milestone:
---
Assignee:
Rob Caelers
URL:
Depends on:
Blocks:
Reported:
Oct 3 2007 10:26:17 UTC
by:
Carlo de Wolf
Modified:
Oct 3 2007 13:16:58 UTC
| Id | Who | When | Size | Type |
|---|---|---|---|---|
| 115 | Trace log | |||
| Carlo de Wolf | Oct 3 2007 10:26:50 UTC | 162412 | text/plain | |
| Who | When | What | Removed | Added |
|---|---|---|---|---|
| Carlo de Wolf | Oct 3 2007 10:27:33 UTC | attachments.mimetype | text/x-log | text/plain |
| Carlo de Wolf | Oct 3 2007 13:16:58 UTC | status | NEW | RESOLVED |
| resolution | INVALID |
Description
Carlo de Wolf Oct 3 2007 10:26:17 UTC
Ubuntu 7.04 64-bit, no sound card See also https://bugs.launchpad.net/ubuntu/+source/workrave/+bug/112250 After the micro pause timer expires no pop up is shown.
Comment 1
Carlo de Wolf Oct 3 2007 10:26:50 UTC
Created attachment 115 Trace log
Comment 2
Carlo de Wolf Oct 3 2007 13:16:58 UTC
It's because of this code:
// No breaks when mode is quiet,
if (operation_mode == OPERATION_MODE_QUIET &&
info.event == TIMER_EVENT_LIMIT_REACHED)
{
return;
}
DOH!