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
IdWhoWhenSizeType
115Trace log
Carlo de WolfOct 3 2007 10:26:50 UTC162412text/plain
WhoWhenWhatRemovedAdded
Carlo de WolfOct 3 2007 10:27:33 UTCattachments.mimetypetext/x-logtext/plain
Carlo de WolfOct 3 2007 13:16:58 UTCstatusNEWRESOLVED
resolutionINVALID
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!