]> git.sesse.net Git - vlc/commitdiff
Fixed missing vlc_savecancel in globalhotkeys (x11).
authorLaurent Aimar <fenrir@videolan.org>
Mon, 26 Jan 2009 22:01:03 +0000 (23:01 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 26 Jan 2009 22:01:48 +0000 (23:01 +0100)
modules/control/globalhotkeys/x11.c

index f0bb346ecdac76439d895172e2fe402f502a5e71..70651067aa6571655cff4a092c8932f27681e074 100644 (file)
@@ -349,6 +349,7 @@ static void *Thread( void *p_data )
         {
             if( errno != EINTR )
                 break;
+            canc = vlc_savecancel();
             continue;
         }
         canc = vlc_savecancel();