/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 viz/branchwin.py

  • Committer: Jelmer Vernooij
  • Date: 2006-07-29 12:00:31 UTC
  • Revision ID: jelmer@samba.org-20060729120031-e9d106e3a02f80bf
Don't treat underscores in revision ids as special characters 
(they were being used to indicate underlines).

Show diffs side-by-side

added added

removed removed

Lines of Context:
358
358
            button.show()
359
359
 
360
360
            button = gtk.Button(parent_id)
 
361
            button.set_use_underline(False)
361
362
            button.connect("clicked", self._go_clicked_cb, parent_id)
362
363
            hbox.pack_start(button, expand=False, fill=True)
363
364
            button.show()