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

  • Committer: Jelmer Vernooij
  • Date: 2007-09-02 16:42:18 UTC
  • mfrom: (272.1.5 trunk-matkor)
  • Revision ID: jelmer@samba.org-20070902164218-0qtk4yo9dja6440x
Merge some fixes from matkor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
        if self.branch is not None and self.branch.get_push_location() is None:
97
97
            response = question_dialog(_('Set default push location'),
98
98
                                       _('There is no default push location set.\nSet %r as default now?') % location)
99
 
            if response == gtk.REPONSE_OK:
 
99
            if response == gtk.RESPONSE_OK:
100
100
                self.branch.set_push_location(location)
101
101
 
102
102
        try: