Sophie

Sophie

distrib > Mageia > 2 > i586 > by-pkgid > 5293e4fa5190d578f6d3da76c256cf57 > files > 1

moovida-1.0.9-2.mga1.src.rpm

--- elisa-1.0.1/elisa/core/plugin_registry.py	2009-05-22 12:45:39.000000000 +0200
+++ elisa-1.0.1/elisa/core/plugin_registry.py.new	2009-05-29 19:22:33.000000000 +0200
@@ -159,9 +159,9 @@
     config_section_name = 'plugin_registry'
     default_config = \
         {'repository': 'http://plugins.moovida.com/plugin_list',
-         'update_plugin_cache': True,
-         'auto_update_plugins': True,
-         'auto_install_new_recommended_plugins': True}
+         'update_plugin_cache': False,
+         'auto_update_plugins': False,
+         'auto_install_new_recommended_plugins': False}
     config_doc = \
         {'repository': 'The plugin repository to query for new plugins and ' \
             'plugin updates.',