/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: Jelmer Vernooij
  • Date: 2007-02-03 10:38:36 UTC
  • Revision ID: jelmer@samba.org-20070203103836-7d0i7f40atktwgb8
More preference tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1014
1014
    
1015
1015
    def set_bookmark_title(self, path, title):
1016
1016
        """ Set bookmark title. """
 
1017
        # FIXME: What if path isn't listed yet?
 
1018
        # FIXME: Canonicalize paths first?
1017
1019
        self.config.set(path, 'title', title)
1018
1020
    
1019
1021
    def remove_bookmark(self, path):