status msg in userbox
This commit is contained in:
@@ -395,6 +395,11 @@ func switchToTab(jid string, w *gtk.Window) {
|
||||
nick.AddCSSClass("author")
|
||||
nick.SetSelectable(true)
|
||||
profile_box.Append(nick)
|
||||
if u.Status != "" {
|
||||
status_message := gtk.NewLabel(u.Status)
|
||||
status_message.AddCSSClass("status")
|
||||
profile_box.Append(status_message)
|
||||
}
|
||||
profile_box.Append(ver_text)
|
||||
fr := gtk.NewLabel(u.From)
|
||||
fr.AddCSSClass("jid")
|
||||
|
||||
Reference in New Issue
Block a user