From: Laurent Aimar Date: Mon, 26 Jan 2009 22:01:03 +0000 (+0100) Subject: Fixed missing vlc_savecancel in globalhotkeys (x11). X-Git-Tag: 1.0.0-pre1~1021 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=6c44423034996642ba574c3bc31a53e38b1b09fb;p=vlc Fixed missing vlc_savecancel in globalhotkeys (x11). --- diff --git a/modules/control/globalhotkeys/x11.c b/modules/control/globalhotkeys/x11.c index f0bb346ecd..70651067aa 100644 --- a/modules/control/globalhotkeys/x11.c +++ b/modules/control/globalhotkeys/x11.c @@ -349,6 +349,7 @@ static void *Thread( void *p_data ) { if( errno != EINTR ) break; + canc = vlc_savecancel(); continue; } canc = vlc_savecancel();