[Mplayer-cvslog] CVS: main/Gui events.c,1.9,1.10
Atmosfear
atmos4 at mplayerhq.hu
Wed Jun 26 01:23:35 CEST 2002
Update of /cvsroot/mplayer/main/Gui
In directory mail:/var/tmp.root/cvs-serv12382/Gui
Modified Files:
events.c
Log Message:
Fix compatibility with old skins, that contain evEqualeaser typo.
Index: events.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/events.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- events.c 24 Jun 2002 08:54:59 -0000 1.9
+++ events.c 25 Jun 2002 23:23:32 -0000 1.10
@@ -11,6 +11,7 @@
{ evNext, "evNext" },
{ evLoad, "evLoad" },
{ evEqualizer, "evEqualizer" },
+ { evEqualizer, "evEqualeaser" },
{ evPlayList, "evPlaylist" },
{ evExit, "evExit" },
{ evIconify, "evIconify" },
More information about the MPlayer-cvslog
mailing list