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

[FIXED] behavior - scroll on the icon for next and previous track #5

Closed st4nny closed 12 years ago

st4nny commented 12 years ago

I added the same behavior of the old tray icon of rhythmbox and I fix also the quit button. the commit is here: https://github.com/st4nny/rhythmbox-tray-icon/blob/master/tray_icon.py

palfrey commented 12 years ago

Thanks. I changed over a few bits of whitespace, and invoked the existing previous/nextItem routines rather than the player functions, but mostly as is. Also, could you please submit a pull request in the future? It makes it easier to review changes. Thanks!