From 60d6a287e54cf39c34c6ea138c7719bfd06740f6 Mon Sep 17 00:00:00 2001 From: sunglocto Date: Sun, 15 Mar 2026 16:14:27 +0000 Subject: [PATCH] oops --- gtk-helpers.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk-helpers.go b/gtk-helpers.go index 9e9838e..1321b8f 100644 --- a/gtk-helpers.go +++ b/gtk-helpers.go @@ -397,13 +397,13 @@ func switchToTab(jid string, w *gtk.Window) { im.AddCSSClass("author_img") profile_box.Prepend(im) } else { - im := newImageFromPath("debug.png") + im := gtk.NewImageFromPaintable(clientAssets["DefaultAvatar"]) im.SetPixelSize(80) im.AddCSSClass("author_img") profile_box.Prepend(im) } } else { - im := newImageFromPath("debug.png") + im := gtk.NewImageFromPaintable(clientAssets["DefaultAvatar"]) im.SetPixelSize(80) im.AddCSSClass("author_img") profile_box.Prepend(im)