Bug 279 - Exercises panel continues after restbreak postpone
Status:
RESOLVED DUPLICATE
Component:
GUI :: gtkmm
Version:
cvs
Hardware:
PC All
Importance:
P2 major
Target Milestone:
---
Assignee:
Raymond Penners
URL:
Depends on:
Blocks:
Reported:
Aug 10 2003 15:31:13 UTC
by:
Rob Caelers
Modified:
Aug 11 2003 11:29:04 UTC
CC List:
Raymond Penners
| Who | When | What | Removed | Added |
|---|---|---|---|---|
| Rob Caelers | Aug 10 2003 15:32:17 UTC | url | Raymond Penners | |
| blocks | 257 | |||
| Rob Caelers | Aug 10 2003 15:33:36 UTC | url | Raymond Penners | |
| assigned_to | Rob Caelers | Raymond Penners | ||
| Raymond Penners | Aug 11 2003 00:14:56 UTC | cc | Raymond Penners | |
| Raymond Penners | Aug 11 2003 11:29:04 UTC | status | NEW | RESOLVED |
| resolution | DUPLICATE |
Description
Rob Caelers Aug 10 2003 15:31:13 UTC
When a restbreak is postponed, the exercise panel is not stopped and continues
to play sounds when an (invisisble) exercises has ended:
>>> ExercisesPanel::show_image
ExercisesPanel::show_image image=rotate-arm.png
<<< ExercisesPanel::show_image
>>> SoundPlayer::play_sound
>>> GnomeSoundPlayer::play_sound exercise_ended
<<< GnomeSoundPlayer::play_sound
<<< SoundPlayer::play_sound
...
>>> ExercisesPanel::show_image
ExercisesPanel::show_image image=none
<<< ExercisesPanel::show_image
>>> BreakWindow::center
BreakWindow::center 0 : 1280x1024 +0+0 0 0
<<< BreakWindow::center
>>> SoundPlayer::play_sound
>>> GnomeSoundPlayer::play_sound exercises_ended
<<< GnomeSoundPlayer::play_sound
<<< SoundPlayer::play_soundComment 1
Raymond Penners Aug 11 2003 00:15:04 UTC
*** Bug 280 has been marked as a duplicate of this bug. ***
Comment 2
Raymond Penners Aug 11 2003 11:26:10 UTC
This is not exercises related. According to my debugging output, RestBreakWindow::~RestBreakWindow is not getting invoked.
Comment 3
Raymond Penners Aug 11 2003 11:29:04 UTC
*** This bug has been marked as a duplicate of 44 ***