[vlc-commits] commit: python: EventType have been renamed to Event (Olivier Aubert )
git at videolan.org
git at videolan.org
Tue Apr 20 17:33:02 CEST 2010
vlc/python | branch: master | Olivier Aubert <olivier.aubert at liris.cnrs.fr> | Tue Apr 20 17:31:52 2010 +0200| [5f38d15ae93d9105c369e888ca8708872634514d] | committer: Olivier Aubert
python: EventType have been renamed to Event
> http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commit;h=5f38d15ae93d9105c369e888ca8708872634514d
---
footer.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/footer.py b/footer.py
index 66a348f..d625b69 100644
--- a/footer.py
+++ b/footer.py
@@ -28,7 +28,7 @@ class EventUnion(ctypes.Union):
class Event(ctypes.Structure):
_fields_ = [
- ('type', EventType),
+ ('type', Event),
('object', ctypes.c_void_p),
('u', EventUnion),
]
More information about the vlc-commits
mailing list