From a4f024e4bd35e2b4b5570084b40484cf9c26d791 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Mon, 15 Nov 2021 03:16:29 +0100 Subject: examples/exportmenu.py: Rename x-canonical-currentvalue --- examples/exportmenu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/exportmenu.py b/examples/exportmenu.py index 8e0f16e..ed996e2 100755 --- a/examples/exportmenu.py +++ b/examples/exportmenu.py @@ -42,7 +42,7 @@ def bus_acquired(bus, name): bar = Gio.MenuItem.new('bar', 'bar') bar.set_attribute_value('x-defaultvalue', GLib.Variant.new_string('Hello World!')) - bar.set_attribute_value('x-canonical-currentvalue', + bar.set_attribute_value('x-ayatana-currentvalue', GLib.Variant.new_string('awesome')) bar.set_attribute_value('x-velocity', GLib.Variant.new_uint64(83374)) menu.append_item(bar) -- cgit v1.2.3