예제 #1
0
파일: main.py 프로젝트: zsau/quodlibet
 def __on_authenticated(self, obj, data):
     name = data.username
     self.login_state = State.LOGGED_IN
     self.update_connect_button()
     self._refresh_online_filters()
     msg = Message(Gtk.MessageType.INFO, app.window, _("Connected"),
                   _("Quod Libet is now connected, <b>%s</b>!") % name)
     msg.run()
예제 #2
0
 def __on_authenticated(self, obj, data):
     name = data.username
     self.login_state = State.LOGGED_IN
     self.update_connect_button()
     self.activate()
     msg = Message(Gtk.MessageType.INFO, app.window, _("Connected"),
                   _("Quod Libet is now connected, %s!") % name)
     msg.run()
예제 #3
0
 def __on_authenticated(self, obj, data):
     name = data.username
     self.login_state = State.LOGGED_IN
     self.update_connect_button()
     self._refresh_online_filters()
     msg = Message(Gtk.MessageType.INFO, app.window, _("Connected"),
                   _("Quod Libet is now connected, <b>%s</b>!") % name)
     msg.run()