Codebase list xapp / a126698
icon chooser button: fix image not updating when the icon property is set (#57) Stephen Collins authored 5 years ago Clement Lefebvre committed 5 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
112112 xapp_icon_chooser_button_set_icon_size (button, g_value_get_enum (value));
113113 break;
114114 case PROP_ICON:
115 priv->icon_string = g_strdup (g_value_get_string (value));
115 xapp_icon_chooser_button_set_icon (button, g_strdup (g_value_get_string (value)));
116116 break;
117117 default:
118118 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);