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
WhoWhenWhatRemovedAdded
Rob CaelersAug 10 2003 15:32:17 UTCurlRaymond Penners
blocks257
Rob CaelersAug 10 2003 15:33:36 UTCurlRaymond Penners
assigned_toRob CaelersRaymond Penners
Raymond PennersAug 11 2003 00:14:56 UTCccRaymond Penners
Raymond PennersAug 11 2003 11:29:04 UTCstatusNEWRESOLVED
resolutionDUPLICATE
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_sound
Comment 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 ***