/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/frontend/gtk/push.py

  • Committer: Szilveszter Farkas (Phanatic)
  • Date: 2006-07-24 14:32:01 UTC
  • mto: (0.14.1 main) (93.1.1 win32.bialix)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: Szilveszter.Farkas@gmail.com-20060724143201-d0df92c78dd2c610
2006-07-24  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>

    * olive.glade: improvements to the Commit dialog
    * olive/frontend/gtk/commit.py: merged Jelmer Vernooij's integration branch
      and some code from bzr-gtk (select files to commit)
    * TODO: added some wishlist stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
            self.check_create.hide()
86
86
    
87
87
    def push(self, widget):
88
 
        import bzrlib.ui as ui
89
 
        from olive.backend.ui import GtkUIFactory
90
 
        ui.ui_factory = GtkUIFactory()
91
 
        
92
88
        from dialog import OliveDialog
93
89
        dialog = OliveDialog(self.gladefile)
94
90