/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: Mateusz Korniak
  • Date: 2007-08-29 21:10:44 UTC
  • mto: This revision was merged to the branch mainline in revision 274.
  • Revision ID: matkor@laptop-hp-20070829211044-xrn2xmiae39e1w8n
gtk.REPONSE_OK typo fix.

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: