/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: Jelmer Vernooij
  • Date: 2007-02-03 10:45:37 UTC
  • Revision ID: jelmer@samba.org-20070203104537-hbnjve7vmv1fm1pw
Actually add the preference tests this time (forgot to ran 'bzr add'...)

Move more files to the top-level directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
from dialog import error_dialog, question_dialog
33
33
from errors import show_bzr_error
34
 
from guifiles import GLADEFILENAME
35
34
 
36
35
class CommitDialog(gtk.Dialog):
37
36
    """ New implementation of the Commit dialog. """