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

  • Committer: Jasper Groenewegen
  • Date: 2008-07-22 22:42:43 UTC
  • mfrom: (560.6.1 fix-icon-paths)
  • Revision ID: colbrac@xs4all.nl-20080722224243-doy2ewxmnzg8isnl
Merge of fix to launch in olive context menu

Change behaviour for folders: 'Open' from the context now opens a file browser.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
import gtk
24
24
 
25
 
from olive import Preferences
 
25
from bzrlib.plugins.gtk.olive import Preferences
26
26
from bzrlib.plugins.gtk import _i18n
27
27
from bzrlib.plugins.gtk.dialog import error_dialog
28
28