summaryrefslogtreecommitdiff
path: root/lib/tray
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-09-11 10:57:51 +0200
committerkotontrion <[email protected]>2024-09-11 10:57:51 +0200
commit56dd3eb43d218d6099d760f6c0c4956db84c46f2 (patch)
tree755d377c0b76c51a27d4c03ddf136a1d009c755a /lib/tray
parent68e46d252273e1b18ee21fa581e3407cfe4710e7 (diff)
tray: Change return type of create_menu method
Programs using this lib won't have to link against DBusmenu-gtk3 anymore.
Diffstat (limited to 'lib/tray')
-rw-r--r--lib/tray/trayItem.vala2
1 files changed, 1 insertions, 1 deletions
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;