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

  • Committer: Javier Derderian
  • Date: 2008-05-09 15:03:27 UTC
  • mto: This revision was merged to the branch mainline in revision 494.
  • Revision ID: javierder@gmail.com-20080509150327-c31ebu4mbq7l5rq4
Fixed bug #228709. Can't add tag

Show diffs side-by-side

added added

removed removed

Lines of Context:
326
326
            if self._hbox_revid.get_revision_id() is None:
327
327
                self._revid = self._branch.last_revision()
328
328
            else:
329
 
                self._revid = self.hbox_revid.get_revision_id()
 
329
                self._revid = self._hbox_revid.get_revision_id()
330
330
            
331
331
        self.tagname = self._entry_name.get_text()
332
332