/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-02-03 10:25:09 UTC
  • Revision ID: jelmer@samba.org-20070203102509-im0cna70r892xzse
Move some files to the top-level directory, add first test.

Show diffs side-by-side

added added

removed removed

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