/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: Alexander Belchenko
  • Date: 2006-10-26 13:16:07 UTC
  • mto: (91.1.8 trunk) (66.2.10 trunk)
  • mto: This revision was merged to the branch mainline in revision 107.
  • Revision ID: bialix@ukr.net-20061026131607-fa48887c5a4869a5
olive-gtk: use olive ui factory

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
from bzrlib.plugin import load_plugins
84
84
load_plugins()
85
85
 
 
86
import bzrlib.ui
 
87
import olive.ui
 
88
bzrlib.ui.ui_factory = olive.ui.GtkUIFactory()
 
89
 
86
90
app = OliveGtk()
87
91
gtk.main()