/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: 2007-10-26 16:25:04 UTC
  • Revision ID: jelmer@samba.org-20071026162504-fywdnhnhitl5tlir
Add gsend command.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
 
45
45
class SendMergeDirectiveDialog(gtk.Dialog):
46
 
    def __init__(self):
 
46
    def __init__(self, branch):
47
47
        super(SendMergeDirectiveDialog, self).__init__()
 
48
        self.branch = branch
 
49
        self._create()
 
50
 
 
51
    def _create(self):
 
52
        # FIXME: Add field for submit branch
 
53
        # FIXME: add field for send to address
48
54
 
49
55
 
50
56
class ApplyMergeDirectiveDialog(gtk.Dialog):