you need a man, with, sen-si-ti-vi-ty. a man like me
This commit is contained in:
@@ -317,6 +317,7 @@ func main() {
|
||||
if valid && converted_successfully {
|
||||
typed_tab.msgs.Append(b)
|
||||
b.Append(ba)
|
||||
b.Append(gtk.NewSeparator(gtk.OrientationVertical))
|
||||
}
|
||||
})
|
||||
})
|
||||
@@ -404,6 +405,7 @@ func main() {
|
||||
typed_tab := tab.(*chatTab)
|
||||
|
||||
if ok {
|
||||
b.Append(gtk.NewSeparator(gtk.OrientationVertical))
|
||||
typed_tab.msgs.Append(b)
|
||||
if current == muc {
|
||||
scrollToBottomAfterUpdate(scroller)
|
||||
@@ -448,6 +450,9 @@ func main() {
|
||||
|
||||
cm := xmpp.NewStreamManager(c, func(c xmpp.Sender) {
|
||||
fmt.Println("XMPP client connected")
|
||||
// client = c
|
||||
// clientroot = c
|
||||
|
||||
// Ping
|
||||
go func() {
|
||||
for {
|
||||
@@ -730,7 +735,6 @@ func main() {
|
||||
})
|
||||
|
||||
conc := func() {
|
||||
// time.Sleep(3 * time.Second)
|
||||
connectionStatus.SetText(loadedLocale["connecting"])
|
||||
connectionIcon.SetFromPaintable(clientAssetsLoad("hourglass"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user