summaryrefslogtreecommitdiffstats
path: root/Gui/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/app.c')
-rw-r--r--Gui/app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/app.c b/Gui/app.c
index 346a93131a..9569c76ffe 100644
--- a/Gui/app.c
+++ b/Gui/app.c
@@ -189,6 +189,6 @@ void btnSet( int event,int set )
{
int j;
for ( j=0;j<appMPlayer.NumberOfItems + 1;j++ )
- if ( appMPlayer.Items[j].msg == event ) appMPlayer.Items[j].disabled=set;
+ if ( appMPlayer.Items[j].msg == event ) appMPlayer.Items[j].pressed=set;
}
\ No newline at end of file