/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 mergedirective.py

  • Committer: Jelmer Vernooij
  • Date: 2008-06-29 18:12:29 UTC
  • mto: This revision was merged to the branch mainline in revision 519.
  • Revision ID: jelmer@samba.org-20080629181229-1l2m4cf7vvbyh8qg
Simplify progress bar code, use embedded progress bar inside viz window.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
except:
21
21
    pass
22
22
 
 
23
import bzrlib
23
24
import gtk
 
25
import os
24
26
 
25
27
from bzrlib.plugins.gtk.branchbox import BranchSelectionBox
26
28
 
36
38
        # submittted
37
39
 
38
40
        # TODO: Create a frame with a the ability to select a branch
39
 
 
 
41
        
40
42
        # TODO: Create a frame with a button for selecting a file name 
41
43
        # for the bundle
42
44
        pass