Mercurial > mplayer.hg
changeset 36860:d66aef85ae31
Fix copy and paste error.
This has happened in r36954.
author | ib |
---|---|
date | Fri, 28 Feb 2014 14:30:20 +0000 |
parents | 9bc711c42ea6 |
children | bade5683ca70 |
files | gui/app/app.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/app/app.c Fri Feb 28 14:20:52 2014 +0000 +++ b/gui/app/app.c Fri Feb 28 14:30:20 2014 +0000 @@ -252,6 +252,6 @@ for (i = 0; i <= guiApp.IndexOfPlaybarItems; i++) if (guiApp.playbarItems[i].message == event) - if (hasButton(guiApp.mainItems[i])) + if (hasButton(guiApp.playbarItems[i])) guiApp.playbarItems[i].pressed = state; }