/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: Martin Albisetti
  • Date: 2008-03-28 01:33:49 UTC
  • mfrom: (450.1.4 trunk)
  • Revision ID: argentina@gmail.com-20080328013349-tdrd03nggxyb0l3y
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
426
426
            tags.sort()
427
427
            tags.reverse()
428
428
            for tag, revid in tags:
429
 
                tag_item = gtk.MenuItem(tag)
 
429
                tag_item = gtk.MenuItem(tag, use_underline=False)
430
430
                tag_item.connect('activate', self._tag_selected_cb, revid)
431
431
                menu.add(tag_item)
432
432
            self.go_menu_tags.set_submenu(menu)