Ticket #734: listen-0.6-instant-osd.patch

File listen-0.6-instant-osd.patch, 502 bytes (added by hatem, 12 months ago)
  • .py

    old new  
    270270        self.__show_panel() 
    271271 
    272272    def __init__(self,tray): 
    273         Player.connect("new-song",lambda player,song: self.show_osd(song)) 
     273        Player.connect("instant-new-song",lambda player,song: self.show_osd(song)) 
    274274        tray.eventbox.connect("enter-notify-event", self.on_mouse_over) 
    275275        tray.eventbox.connect("leave-notify-event", self.on_mouse_out) 
    276276