summaryrefslogtreecommitdiff
path: root/examples/vala
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-12-24 21:38:12 +0100
committerAylur <[email protected]>2024-12-24 21:38:12 +0100
commit22ab42c2bb5532064d704931729ddba089dd7276 (patch)
tree6dcf003fd140f2023210b8554d08af34b0b9586c /examples/vala
parent27544705dfe77b50f919a166f06d5b96560dd2fd (diff)
parent3468763d51d389c67ec7b1a390ffa8a5328bddb6 (diff)
Merge branch 'main' into feat/jsx-gtk4
Diffstat (limited to 'examples/vala')
-rw-r--r--examples/vala/simple-bar/widget/Bar.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/vala/simple-bar/widget/Bar.vala b/examples/vala/simple-bar/widget/Bar.vala
index 8913c95..295a3b7 100644
--- a/examples/vala/simple-bar/widget/Bar.vala
+++ b/examples/vala/simple-bar/widget/Bar.vala
@@ -121,7 +121,7 @@ class SysTray : Gtk.Box {
var icon = new Astal.Icon() { visible = true };
item.bind_property("tooltip-markup", btn, "tooltip-markup", BindingFlags.SYNC_CREATE);
- item.bind_property("gicon", icon, "g-icon", BindingFlags.SYNC_CREATE);
+ item.bind_property("gicon", icon, "gicon", BindingFlags.SYNC_CREATE);
item.bind_property("menu-model", btn, "menu-model", BindingFlags.SYNC_CREATE);
btn.insert_action_group("dbusmenu", item.action_group);
item.notify["action-group"].connect(() => {