From d6bdcff12256ef1ff8c906c90ebf3c72b58209af Mon Sep 17 00:00:00 2001 From: kotontrion Date: Fri, 25 Oct 2024 08:50:50 +0200 Subject: tray: fix method visibility --- lib/tray/trayItem.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tray/trayItem.vala b/lib/tray/trayItem.vala index 16bc05b..db0e6d4 100644 --- a/lib/tray/trayItem.vala +++ b/lib/tray/trayItem.vala @@ -324,7 +324,7 @@ public class TrayItem : Object { proxy.Menu); } - public Gdk.Pixbuf? _get_icon_pixbuf() { + private Gdk.Pixbuf? _get_icon_pixbuf() { Pixmap[] pixmaps = proxy.Status == Status.NEEDS_ATTENTION ? proxy.AttentionIconPixmap : proxy.IconPixmap; -- cgit v1.2.3