[vlc-devel] commit: skins2: correct typos (Erwan Tulou )
git version control
git at videolan.org
Sat Sep 5 21:28:03 CEST 2009
vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Sat Sep 5 21:25:10 2009 +0200| [c0bbe73c261765c124794a796484574c3a1b5040] | committer: Erwan Tulou
skins2: correct typos
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c0bbe73c261765c124794a796484574c3a1b5040
---
modules/gui/skins2/src/vlcproc.cpp | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/gui/skins2/src/vlcproc.cpp b/modules/gui/skins2/src/vlcproc.cpp
index b0ebc14..911a223 100644
--- a/modules/gui/skins2/src/vlcproc.cpp
+++ b/modules/gui/skins2/src/vlcproc.cpp
@@ -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 );
More information about the vlc-devel
mailing list