Mercurial > mplayer.hg
changeset 35434:e589db40d32e
Cosmetic: Switch two code lines.
This should make uiState() easier to understand.
author | ib |
---|---|
date | Fri, 30 Nov 2012 12:31:44 +0000 |
parents | 208bfdd26819 |
children | 578e049a78ae |
files | gui/ui/actions.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/ui/actions.c Fri Nov 30 12:25:03 2012 +0000 +++ b/gui/ui/actions.c Fri Nov 30 12:31:44 2012 +0000 @@ -105,8 +105,8 @@ btnSet(evPlaySwitchToPause, btnReleased); btnSet(evPauseSwitchToPlay, btnDisabled); } else { + btnSet(evPauseSwitchToPlay, btnReleased); btnSet(evPlaySwitchToPause, btnDisabled); - btnSet(evPauseSwitchToPlay, btnReleased); } }