summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-sound.c
Commit message (Collapse)AuthorAgeFilesLines
* fixed bug 3493, sound previews don't stop playing, by amending the logicAndy Hertzfeld2000-10-061-2/+7
| | | | | | fixed bug 3493, sound previews don't stop playing, by amending the logic in can_play_sound to return TRUE if a sound is already playing. Also, removed some code that was commented out.
* implemented sound process management using gconf to store the process IDAndy Hertzfeld2000-10-031-0/+96
implemented sound process management using gconf to store the process ID of the currently playing sound, and switched sound previewing and part of the music view to use it. This also fixed a process leaking bug, as each time a sound preview terminated, it was leaving a zombie process behind.