Bug 2707: reverting linkbox change from r10763

svn: r12011
This commit is contained in:
Doug Blank 2009-02-16 13:38:07 +00:00
parent 7d329a6cae
commit 3a2da55b29

View File

@ -47,7 +47,7 @@ class LinkBox(gtk.HBox):
def __init__(self, link, button):
gtk.HBox.__init__(self)
self.set_spacing(6)
self.pack_start(link, True)
self.pack_start(link, False)
if button:
self.pack_start(button, False)
self.show()