palfrey / rhythmbox-tray-icon

Tray icon for Rhythmbox 3+
https://tevps.net/blog/2012/01/16/re-adding-a-tray-icon-to-rhythmbox/
GNU General Public License v3.0
21 stars 18 forks source link

Gtk.main_quit doesn't work anymore. #4

Closed asermax closed 12 years ago

asermax commented 12 years ago

Latest gtk updates seems to have broken that functionality on rhythmbox (there's an assertion fail for some reason), so the quit option in the tray pop-up wouldn't work anyomore. I changed the code slightly to use the shell's quit method instead to make it work again.

palfrey commented 12 years ago

Cool, thanks!