[Pkg-bazaar-commits] ./bzr-gtk/unstable r70: Don't treat underscores in revision ids as special characters

Jelmer Vernooij jelmer at samba.org
Fri Apr 10 07:16:22 UTC 2009


------------------------------------------------------------
revno: 70
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: bzr-gtk
timestamp: Sat 2006-07-29 14:00:31 +0200
message:
  Don't treat underscores in revision ids as special characters 
  (they were being used to indicate underlines).
modified:
  viz/branchwin.py
-------------- next part --------------
=== modified file 'viz/branchwin.py'
--- a/viz/branchwin.py	2006-06-07 09:06:10 +0000
+++ b/viz/branchwin.py	2006-07-29 12:00:31 +0000
@@ -358,6 +358,7 @@
             button.show()
 
             button = gtk.Button(parent_id)
+            button.set_use_underline(False)
             button.connect("clicked", self._go_clicked_cb, parent_id)
             hbox.pack_start(button, expand=False, fill=True)
             button.show()



More information about the Pkg-bazaar-commits mailing list