monodeldiablo / hum

The low calorie music manager
http://monodeldiablo.github.com/hum/
GNU General Public License v2.0
6 stars 3 forks source link

If there are multiple clients, don't let one exiting client kill the backend #27

Open monodeldiablo opened 14 years ago

monodeldiablo commented 14 years ago

It's possible to fire up two simultaneous hum-gtk instances, each synchronized with the backend. As soon as one exits, though, hum-player is killed. Implement a check in hum-player that ensures no clients are listening when it's asked to quit.