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

  • Committer: Jelmer Vernooij
  • Date: 2006-10-04 19:11:46 UTC
  • Revision ID: jelmer@samba.org-20061004191146-73c96d34fc3d05e4
Rename OliveBranch -> BranchDialog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
from dialog import error_dialog
31
31
from olive import gladefile
32
32
 
33
 
class OliveCommit:
 
33
class CommitDialog:
34
34
    """ Display Commit dialog and perform the needed actions. """
35
35
    def __init__(self, wt, wtpath):
36
36
        """ Initialize the Commit dialog. """