Codebase list xapp / ee6d272
sn-item.c: Update the icon also, if the client's state changes. The state can decide which icon to use, so if it changes, the icon may also, even if we haven't gotten an explicit icon changed signal. Michael Webster 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
904904 update_menu (item, new_props);
905905 }
906906
907 if (new_props->update_icon)
907 if (new_props->update_icon || new_props->update_status)
908908 {
909909 update_icon (item, new_props);
910910 }