diff options
Diffstat (limited to 'examples/gtk3/py/simple-bar/widget/Bar.py')
-rw-r--r-- | examples/gtk3/py/simple-bar/widget/Bar.py | 2 |
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, |