[vlc-commits] Fixed typo.

mrJean1 git at videolan.org
Fri Jul 13 12:00:33 CEST 2018


vlc/python | branch: master | mrJean1 <mrJean1 at Gmail.com> | Sun Jun  3 11:23:11 2018 -0400| [c5b3d5c7f3e5ddebcf506421f1984c78fd40472c] | committer: mrJean1

Fixed typo.

> http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commit;h=c5b3d5c7f3e5ddebcf506421f1984c78fd40472c
---

 examples/cocoavlc.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/cocoavlc.py b/examples/cocoavlc.py
index eee1bf0..ccafd1e 100755
--- a/examples/cocoavlc.py
+++ b/examples/cocoavlc.py
@@ -422,7 +422,7 @@ if __name__ == '__main__':  # MCCABE 13
 
     if _video:
         app = AppVLC(title=_title, video=_video,
-                                  adjust=_adjust,
+                                 adjustr=_adjust,
                                  marquee=_marquee,
                                   raiser=_raiser)
         app.run(timeout=_timeout)  # never returns



More information about the vlc-commits mailing list