/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-gtk

  • Committer: Jelmer Vernooij
  • Date: 2007-03-06 13:48:35 UTC
  • mfrom: (157.1.9 trunk)
  • Revision ID: jelmer@samba.org-20070306134835-4e3gg9sq0ovvzwad
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
load_plugins()
83
83
 
84
84
import bzrlib.ui
85
 
import ui
 
85
import bzrlib.plugins.gtk.ui as ui
86
86
bzrlib.ui.ui_factory = ui.GtkUIFactory()
87
87
 
88
88
from olive import OliveGtk