Changeset 6d1429740defd11c2f903991dc8273cb46fa543f

Show
Ignore:
Timestamp:
12/04/02 03:16:23 (6 years ago)
Author:
Eric Petit <titer@videolan.org>
git-committer:
Eric Petit <titer@videolan.org> 1038968183 +0000
git-parent:

[923da58842e70c77aacd956274381eb30447b744]

git-author:
Eric Petit <titer@videolan.org> 1038968183 +0000
Message:
  • InterfaceWindow?.cpp: removed warnigs
  • AUTHORS/MAINTAINERS: added Stephan Assmus, Arnaud Schauly & myself
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • AUTHORS

    r81ddbeb r6d14297  
    1919D: communication with channel server 
    2020S: France 
     21 
     22N: Stephan Assmus 
     23E: stippi@yellowbites.com 
     24C: stippi 
     25D: BeOS module fixes and enhancements 
     26S: Germany 
    2127 
    2228N: Sigmund Augdal 
     
    358364S: Germany 
    359365 
     366N: Eric Petit 
     367E: titer@videolan.org 
     368C: titer 
     369D: BeOS module fixes and enhancements 
     370S: France 
     371 
    360372N: Olivier Pomel 
    361373E: pomel@via.ecp.fr 
     
    375387D: Dutch Translation 
    376388S: Netherlands 
     389 
     390N: Arnaud Schauly 
     391E: gitan@via.ecp.fr 
     392C: gitan 
     393D: SAP module 
     394S: France 
    377395 
    378396N: Steven M. Schultz 
  • MAINTAINERS

    rbfc4f0f r6d14297  
    1 # $Id: MAINTAINERS,v 1.3 2002/10/23 23:17:45 gbazin Exp $ 
     1# $Id: MAINTAINERS,v 1.4 2002/12/04 02:16:23 titer Exp $ 
    22# 
    33#                            VLC MAINTAINERS 
     
    2424  - Debian GNU/Linux : [sam] 
    2525  - Mandrake Linux : Yves Duret 
    26   - BeOS : Tony Castley (Eric Petit
     26  - BeOS : Eric Petit (Stephan Assmus
    2727  - Windows : [gibalou] 
    2828  - Mac OS X : [jlj] ([meuuh]) 
  • modules/gui/beos/InterfaceWindow.cpp

    r3b078b7 r6d14297  
    33 ***************************************************************************** 
    44 * Copyright (C) 1999, 2000, 2001 VideoLAN 
    5  * $Id: InterfaceWindow.cpp,v 1.10 2002/11/27 05:36:41 titer Exp $ 
     5 * $Id: InterfaceWindow.cpp,v 1.11 2002/12/04 02:16:23 titer Exp $ 
    66 * 
    77 * Authors: Jean-Marc Dressler <polux@via.ecp.fr> 
     
    938938void LanguageMenu::_GetChannels() 
    939939{ 
     940#if 0 // must be ported to 0.5.0 
    940941    char  *psz_name; 
    941942    bool   b_active; 
     
    955956    } 
    956957 
    957 #if 0 
    958958    input_thread_t* input = p_intf->p_sys->p_input; 
    959959    if ( input )