Author: dmeyer
Date: Wed Feb 14 19:53:24 2007
New Revision: 9217

Modified:
   trunk/ui/src/input/plugins/config.cxml

Log:
set default and not the real value on auto detect

Modified: trunk/ui/src/input/plugins/config.cxml
==============================================================================
--- trunk/ui/src/input/plugins/config.cxml      (original)
+++ trunk/ui/src/input/plugins/config.cxml      Wed Feb 14 19:53:24 2007
@@ -18,9 +18,9 @@
         <code>
             if os.path.isfile(os.path.expanduser('~/.freevo/lircrc')):
                 lircrc = os.path.expanduser('~/.freevo/lircrc')
-                config.input.plugin.lirc.lircrc = lircrc
+                set_default(config.input.plugin.lirc, 'lircrc', lircrc)
             if os.path.isfile(config.input.plugin.lirc.lircrc):
-                config.input.plugin.lirc.activate = True
+                set_default(config.input.plugin.lirc, 'activate', True)
         </code>
     </group>
 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to