]> git.sesse.net Git - vlc/commitdiff
* modules/gui/skins/src/vlcproc.cpp: compilation fix.
authorGildas Bazin <gbazin@videolan.org>
Wed, 4 Jun 2003 16:44:39 +0000 (16:44 +0000)
committerGildas Bazin <gbazin@videolan.org>
Wed, 4 Jun 2003 16:44:39 +0000 (16:44 +0000)
modules/gui/skins/src/vlcproc.cpp

index 8b1d701ce1d9895d3c86667a946c8e2b1e703d74..fa0c10c02009dab4d227f6b03c2c0c233f563d8e 100644 (file)
@@ -2,7 +2,7 @@
  * vlcproc.cpp: VlcProc class
  *****************************************************************************
  * Copyright (C) 2003 VideoLAN
- * $Id: vlcproc.cpp,v 1.30 2003/06/04 16:03:33 gbazin Exp $
+ * $Id: vlcproc.cpp,v 1.31 2003/06/04 16:44:39 gbazin Exp $
  *
  * Authors: Olivier Teulière <ipkiss@via.ecp.fr>
  *          Emmanuel Puig    <karibu@via.ecp.fr>
@@ -98,7 +98,7 @@ bool VlcProc::EventProc( Event *evt )
             return true;
 
         case VLC_OPEN:
-            p_intf->p_sys->p_dialogs->ShowOpen( TRUE );
+            p_intf->p_sys->p_dialogs->ShowOpen( true );
             InterfaceRefresh();
             return true;
 
@@ -131,7 +131,7 @@ bool VlcProc::EventProc( Event *evt )
             return true;
 
         case VLC_PLAYLIST_ADD_FILE:
-            p_intf->p_sys->p_dialogs->ShowOpen( FALSE );
+            p_intf->p_sys->p_dialogs->ShowOpen( false );
             InterfaceRefresh();
             return true;