Looks like _gnome.gnome_config_private_list_section was changed to
_gnome.gnome_config_private_section_contents, but gnome/config.py
wasn't updated to match.  Context diff included.

Randolph Fritz
Eugene, Oregon, USA


*** /home/randolph/Install/gnome-python-1.0.51/pygnome/gnome/config.py  Wed Jan 26 
07:05:26 2000
--- /usr/lib/python1.5/site-packages/gnome/config.py    Mon Feb 21 10:26:46 2000
***************
*** 64,69 ****
  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_enum_sections(path):
        return _gnome.gnome_config_private_enum_sections(path)
--- 64,69 ----
  def private_has_section(path):
        return _gnome.gnome_config_private_has_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