Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19664

Modified Files:
        rc.py 
Log Message:
fix crash for helper

Index: rc.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/rc.py,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** rc.py       27 Feb 2004 20:12:16 -0000      1.29
--- rc.py       28 Feb 2004 17:30:59 -0000      1.30
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.30  2004/02/28 17:30:59  dischi
+ # fix crash for helper
+ #
  # Revision 1.29  2004/02/27 20:12:16  dischi
  # reworked rc.py to make several classes
***************
*** 273,280 ****
              try:
                  self.inputs.append(Lirc())
!             except Exception, e:
                  pass
  
!         self.inputs.append(Keyboard())
  
          if use_netremote and config.ENABLE_NETWORK_REMOTE and \
--- 276,286 ----
              try:
                  self.inputs.append(Lirc())
!             except:
                  pass
  
!         try:
!             self.inputs.append(Keyboard())
!         except:
!             pass
  
          if use_netremote and config.ENABLE_NETWORK_REMOTE and \



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to