]> git.sesse.net Git - vlc/commitdiff
* InterfaceWindow.cpp: removed warnigs
authorEric Petit <titer@videolan.org>
Wed, 4 Dec 2002 02:16:23 +0000 (02:16 +0000)
committerEric Petit <titer@videolan.org>
Wed, 4 Dec 2002 02:16:23 +0000 (02:16 +0000)
 * AUTHORS/MAINTAINERS: added Stephan Assmus, Arnaud Schauly & myself

AUTHORS
MAINTAINERS
modules/gui/beos/InterfaceWindow.cpp

diff --git a/AUTHORS b/AUTHORS
index 8c0dc8f0c4efa94cd790eb0ecb917a5fcfa0d166..f4372fb772bf957b53848d312dde1d0f1834bce4 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -19,6 +19,12 @@ C: marcari
 D: communication with channel server
 S: France
 
+N: Stephan Assmus
+E: stippi@yellowbites.com
+C: stippi
+D: BeOS module fixes and enhancements
+S: Germany
+
 N: Sigmund Augdal
 E: sigmunau@idi.ntnu.no
 D: lirc plugin
@@ -358,6 +364,12 @@ E: heiko.panther@web.de
 D: Mac OS X audio device selection framework
 S: Germany
 
+N: Eric Petit
+E: titer@videolan.org
+C: titer
+D: BeOS module fixes and enhancements
+S: France
+
 N: Olivier Pomel
 E: pomel@via.ecp.fr
 C: pomel
@@ -376,6 +388,12 @@ D: Familiar Linux interface
 D: Dutch Translation
 S: Netherlands
 
+N: Arnaud Schauly
+E: gitan@via.ecp.fr
+C: gitan
+D: SAP module
+S: France
+
 N: Steven M. Schultz
 E: sms@TO.GD-ES.COM
 D: BSD/OS port
index 7b351bb1fac83f06d3edf31197dce4fc9b9e9ca4..3bb7271a0625d2827e48c5f106e28d33b557bcc8 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: MAINTAINERS,v 1.3 2002/10/23 23:17:45 gbazin Exp $
+# $Id: MAINTAINERS,v 1.4 2002/12/04 02:16:23 titer Exp $
 #
 #                            VLC MAINTAINERS
 #
@@ -23,7 +23,7 @@
 
   - Debian GNU/Linux : [sam]
   - Mandrake Linux : Yves Duret
-  - BeOS : Tony Castley (Eric Petit)
+  - BeOS : Eric Petit (Stephan Assmus)
   - Windows : [gibalou]
   - Mac OS X : [jlj] ([meuuh])
   - QNX RTOS : [jlj]
index 7710ef6f8ac30914b0504d977c35726101fc0f09..afb96f5a46c35a6975f6e8d5aaa336eb64843b07 100644 (file)
@@ -2,7 +2,7 @@
  * InterfaceWindow.cpp: beos interface
  *****************************************************************************
  * Copyright (C) 1999, 2000, 2001 VideoLAN
- * $Id: InterfaceWindow.cpp,v 1.10 2002/11/27 05:36:41 titer Exp $
+ * $Id: InterfaceWindow.cpp,v 1.11 2002/12/04 02:16:23 titer Exp $
  *
  * Authors: Jean-Marc Dressler <polux@via.ecp.fr>
  *          Samuel Hocevar <sam@zoy.org>
@@ -937,6 +937,7 @@ void LanguageMenu::AttachedToWindow()
  *****************************************************************************/
 void LanguageMenu::_GetChannels()
 {
+#if 0 // must be ported to 0.5.0
        char  *psz_name;
        bool   b_active;
        BMessage *msg;
@@ -954,7 +955,6 @@ void LanguageMenu::_GetChannels()
                menu_item->SetMarked( true );
        }
 
-#if 0
        input_thread_t* input = p_intf->p_sys->p_input;
        if ( input )
        {