diff options
-rw-r--r-- | src/trayItem.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trayItem.vala b/src/trayItem.vala index bcbf8a7..b6b9da0 100644 --- a/src/trayItem.vala +++ b/src/trayItem.vala @@ -161,7 +161,7 @@ public class TrayItem : Object { } private void _notify() { - string[] props = { "category", "id", "title", "status", "is-menu", "tooltip-markup" }; + string[] props = { "category", "id", "title", "status", "is-menu", "tooltip-markup", "icon-name", "icon-pixbuf" }; foreach (string prop in props) notify_property(prop); |