Here's a patch for that list_section/section_contents conflict.  For
my sanity's sake, I've assumed that section_contents is the name and
patched config.py.  Apply the patch in the directory where config.py
is located.

Randolph

-------------- cut here -------------
--- config.old.py       Wed Jan 26 07:05:26 2000
+++ config.py   Thu Mar 16 16:58:45 2000
@@ -31,8 +31,8 @@
 
 def has_section(path):
        return _gnome.gnome_config_has_section(path)
-def list_section(path):
-       return _gnome.gnome_config_list_section(path)
+def section_contents(path):
+       return _gnome.gnome_config_section_contents(path)
 def enum_sections(path):
        return _gnome.gnome_config_enum_sections(path)
 
@@ -63,8 +63,8 @@
 
 def private_has_section(path):
        return _gnome.gnome_config_private_has_section(path)
-def private_list_section(path):
-       return _gnome.gnome_config_private_list_section(path)
+def private_section_contents(path):
+       return _gnome.gnome_config_private_section_contents(path)
 def private_enum_sections(path):
        return _gnome.gnome_config_private_enum_sections(path)
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to