you need a man, with, sen-si-ti-vi-ty. a man like me
This commit is contained in:
+4
-2
@@ -261,7 +261,7 @@ func createTab(jid string, isMuc bool, name string) bool {
|
||||
glib.IdleAdd(func() {
|
||||
newTab.msgs.SetVExpand(true)
|
||||
newTab.msgs.SetShowSeparators(true)
|
||||
newTab.msgs.Append(gtk.NewButtonWithLabel(loadedLocale["getPastMessages"]))
|
||||
// newTab.msgs.Append(gtk.NewButtonWithLabel(loadedLocale["getPastMessages"]))
|
||||
})
|
||||
newTab.name = name
|
||||
|
||||
@@ -692,7 +692,9 @@ func showErrorDialog(err error, w *gtk.Window) {
|
||||
func createIdenticon(word string, always_create bool, i *gtk.Image) { // This function generates an identicon
|
||||
if !loadedConfig.Identicons && !always_create {
|
||||
// return gtk.NewImageFromPaintable(clientAssetsLoad("DefaultAvatar"))
|
||||
i.SetFromPaintable(clientAssetsLoad("DefaultAvatar"))
|
||||
glib.IdleAdd(func() {
|
||||
i.SetFromPaintable(clientAssetsLoad("DefaultAvatar"))
|
||||
})
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user