use single quotes; add a comment

This commit is contained in:
Nikos Kouremenos 2005-11-29 10:20:39 +00:00
parent 17034b654a
commit a3774c5747
1 changed files with 2 additions and 2 deletions

View File

@ -284,8 +284,8 @@ class Chat:
nickname.set_max_width_chars(10)
lbl = self.names[jid]
if num_unread:
lbl = "<b>" + unread + lbl + "</b>"
if num_unread: # if unread, text in the label becomes bold
lbl = '<b>' + unread + lbl + '</b>'
nickname.set_markup(lbl)
def get_message_type(self, jid):