summaryrefslogtreecommitdiff
path: root/examples/gtk3/py/simple-bar
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gtk3/py/simple-bar')
-rw-r--r--examples/gtk3/py/simple-bar/widget/Bar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gtk3/py/simple-bar/widget/Bar.py b/examples/gtk3/py/simple-bar/widget/Bar.py
index 555ab85..d5bf38d 100644
--- a/examples/gtk3/py/simple-bar/widget/Bar.py
+++ b/examples/gtk3/py/simple-bar/widget/Bar.py
@@ -89,7 +89,7 @@ class Media(Gtk.Box):
self.add(label)
player.bind_property(
- "title",
+ "metadata",
label,
"label",
SYNC,