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

  • Committer: Martin Albisetti
  • Date: 2008-08-02 20:38:35 UTC
  • mfrom: (580.1.6 trunk)
  • mto: This revision was merged to the branch mainline in revision 581.
  • Revision ID: argentina@gmail.com-20080802203835-onmh3g4qee1x8kzv
Merge gloom patch from Jelmer

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
    """Implementation of Commit."""
102
102
 
103
103
    def __init__(self, wt, selected=None, parent=None):
104
 
        gtk.Dialog.__init__(self, title="Commit - Olive",
 
104
        gtk.Dialog.__init__(self, title="Commit",
105
105
                                  parent=parent,
106
106
                                  flags=0,
107
107
                                  buttons=(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL))