/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to olive/__init__.py

  • Committer: Szilveszter Farkas (Phanatic)
  • Date: 2006-11-04 23:16:23 UTC
  • Revision ID: Szilveszter.Farkas@gmail.com-20061104231623-e5eeedc19d2140d9
Fixed bug: unable to remove bookmarks (not reported).

Show diffs side-by-side

added added

removed removed

Lines of Context:
673
673
 
674
674
        # Re-read preferences
675
675
        self.pref.read()
676
 
 
 
676
        
677
677
        # Get bookmarks
678
678
        bookmarks = self.pref.get_bookmarks()
679
679
 
859
859
 
860
860
    def read(self):
861
861
        """ Just read the configuration. """
 
862
        # Re-initialize the config parser object to avoid some bugs
 
863
        self.config = ConfigParser.RawConfigParser()
862
864
        if sys.platform == 'win32':
863
865
            # Windows - no dotted files
864
866
            self.config.read([os.path.expanduser('~/olive.conf')])