From 56dd3eb43d218d6099d760f6c0c4956db84c46f2 Mon Sep 17 00:00:00 2001 From: kotontrion Date: Wed, 11 Sep 2024 10:57:51 +0200 Subject: tray: Change return type of create_menu method Programs using this lib won't have to link against DBusmenu-gtk3 anymore. --- 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 b6b9da0..d5e8603 100644 --- a/lib/tray/trayItem.vala +++ b/lib/tray/trayItem.vala @@ -258,7 +258,7 @@ public class TrayItem : Object { } - public DbusmenuGtk.Menu? create_menu() { + public Gtk.Menu? create_menu() { if (proxy.Menu == null) return null; -- cgit v1.2.3