add a space before ( in the tooltip and add a comment

This commit is contained in:
Nikos Kouremenos 2005-07-18 09:06:54 +00:00
parent 683ca7347a
commit 164c896e1e

View file

@ -500,7 +500,7 @@ class RosterTooltip(gtk.Window):
hbox.set_border_width(6)
self.add(hbox)
self.image = gtk.Image()
self.image.set_alignment(0, 0)
#self.image.set_alignment(0, 0)
hbox.pack_start(self.image, False, False)
contents = gtk.VBox()
contents.set_spacing(10)
@ -637,7 +637,7 @@ class RosterTooltip(gtk.Window):
info += '\n<span weight="bold">' + _('Status: ') + '</span>'
if not multiple_status:
# show the resource on the same line
info += status_str[2:]
info += status_str[2:] # remove \n\t
else:
info += status_str