/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
  • Author(s): Chris Lamb
  • Date: 2008-05-01 13:11:23 UTC
  • Revision ID: jelmer@samba.org-20080501131123-d6z8r9uujyn2ahv2
Fix right-clicking in file list

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
from bzrlib.plugins.gtk.annotate.config import GAnnotateConfig
37
37
from bzrlib.plugins.gtk.diff import DiffWindow
38
38
from launch import launch
39
 
from olive import Preferences
 
39
from bzrlib.plugins.gtk.olive import Preferences
40
40
 
41
41
class OliveMenu:
42
42
    """ This class is responsible for building the context menus. """