[Pkg-bazaar-commits] ./bzr-gtk/unstable r143: More preference tests.

Jelmer Vernooij jelmer at samba.org
Fri Apr 10 07:45:42 UTC 2009


------------------------------------------------------------
revno: 143
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sat 2007-02-03 11:38:36 +0100
message:
  More preference tests.
modified:
  olive/__init__.py
-------------- next part --------------
=== modified file 'olive/__init__.py'
--- a/olive/__init__.py	2007-02-03 10:25:09 +0000
+++ b/olive/__init__.py	2007-02-03 10:38:36 +0000
@@ -1014,6 +1014,8 @@
     
     def set_bookmark_title(self, path, title):
         """ Set bookmark title. """
+        # FIXME: What if path isn't listed yet?
+        # FIXME: Canonicalize paths first?
         self.config.set(path, 'title', title)
     
     def remove_bookmark(self, path):



More information about the Pkg-bazaar-commits mailing list