Bug 60 - I can ignore micropauses
Status:
VERIFIED FIXED
Component:
GUI :: gtkmm
Version:
unspecified
Hardware:
PC Windows NT
Importance:
P3 normal
Target Milestone:
---
Assignee:
Rob Caelers
URL:
Depends on:
Blocks:
Reported:
Sep 11 2002 20:57:16 UTC
by:
Kees-Jan Dijkzeul
Modified:
Oct 22 2002 01:54:46 UTC
| Who | When | What | Removed | Added |
|---|---|---|---|---|
| Rob Caelers | Sep 11 2002 23:43:42 UTC | status | NEW | RESOLVED |
| resolution | FIXED | |||
| Kees-Jan Dijkzeul | Sep 23 2002 01:56:20 UTC | status | RESOLVED | VERIFIED |
Description
Kees-Jan Dijkzeul Sep 11 2002 20:57:16 UTC
My xml file specifies that micropauses should not be ignorable. Still, my micropause window has skip and postpone buttons, and if you click them, the micropause goes away Is my xml file being ignored??
Comment 1
Rob Caelers Sep 11 2002 21:06:49 UTC
Yes. for two reasons: 1) Config is read before the BreakControls are creates: all config is ignored (bug #44) 2) MicroPauseWindow ignore the set_ignorable_break
Comment 2
Raymond Penners Sep 11 2002 21:40:27 UTC
Speaking of 2), what does ignorable_break mean? No skip button? No postpone button? No button at all?
Comment 3
Rob Caelers Sep 11 2002 21:42:24 UTC
The restbreak window does not show any button at all when !ignorable_break.
Comment 4
Rob Caelers Sep 11 2002 23:43:42 UTC
Fixed. Buttons can now be switched off.