[vlc-devel] commit: These days, the Quit method of mpris is made on the root object ( Rafaël Carré )
git version control
git at videolan.org
Mon Jun 9 17:06:52 CEST 2008
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Mon Jun 9 17:08:15 2008 +0200| [6158cc5ff47bc0134d40516f30d56d403dffb114]
These days, the Quit method of mpris is made on the root object
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6158cc5ff47bc0134d40516f30d56d403dffb114
---
extras/misc/mpris.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/misc/mpris.py b/extras/misc/mpris.py
index 60d3a74..ff15e35 100755
--- a/extras/misc/mpris.py
+++ b/extras/misc/mpris.py
@@ -153,7 +153,7 @@ def Stop(widget):
update(0)
def Quit(widget):
- player.Quit(reply_handler=(lambda *args: None), error_handler=(lambda *args: None))
+ root.Quit(reply_handler=(lambda *args: None), error_handler=(lambda *args: None))
l_title.set_text("")
def Pause(widget):
More information about the vlc-devel
mailing list