aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xexamples/exportmenu.py2
1 files changed, 1 insertions, 1 deletions
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)