]> git.sesse.net Git - vlc/commitdiff
skins2: correct typos
authorErwan Tulou <erwan10@videolan.org>
Sat, 5 Sep 2009 19:25:10 +0000 (21:25 +0200)
committerErwan Tulou <erwan10@videolan.org>
Sat, 5 Sep 2009 19:27:15 +0000 (21:27 +0200)
modules/gui/skins2/src/vlcproc.cpp

index b0ebc145f23f32c56cd94aee8d6364489e752346..911a223458b34bb28193468f09d281f7566550e4 100644 (file)
@@ -653,8 +653,8 @@ void VlcProc::on_intf_event_changed( vlc_object_t* p_obj, vlc_value_t newVal )
                 break;
             }
 
-            INPUT_EVENT_DEAD:
-            INPUT_EVENT_ABORT:
+            case INPUT_EVENT_DEAD:
+            case INPUT_EVENT_ABORT:
             {
                 var_DelCallback( pInput, "intf-event",
                                           onGenericCallback, this );
@@ -675,7 +675,7 @@ void VlcProc::on_intf_event_changed( vlc_object_t* p_obj, vlc_value_t newVal )
     }
     else
     {
-        // pVarSeekable->set( false );
+        pVarSeekable->set( false );
         pVarDvdActive->set( false );
         pTime->set( 0, false );
         pVarFullscreen->set( false );