/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/menu.py

  • Committer: Jelmer Vernooij
  • Date: 2006-09-30 10:17:07 UTC
  • mfrom: (0.8.93 merge)
  • Revision ID: jelmer@samba.org-20060930101707-636dd21804703408
Merge cleanups from Szilveszter.

Show diffs side-by-side

added added

removed removed

Lines of Context:
230
230
        from bookmark import OliveBookmark
231
231
 
232
232
        if self.selected != None:
233
 
            bookmark = OliveBookmark()
 
233
            bookmark = OliveBookmark(self.selected)
234
234
            bookmark.display()
235
235
 
236
236
    def remove_bookmark(self, action):