GtkEntry: Don't forget to notify for the tooltip markup props

This commit is contained in:
Matthias Clasen 2014-06-08 11:33:03 -04:00
parent c411de437a
commit 056acf92ec

View File

@ -9328,6 +9328,9 @@ gtk_entry_set_icon_tooltip_markup (GtkEntry *entry,
icon_info->tooltip = g_strdup (tooltip);
ensure_has_tooltip (entry);
g_object_notify (G_OBJECT (entry),
icon_pos == GTK_ENTRY_ICON_PRIMARY ? "primary-icon-tooltip-markup" : "secondary-icon-tooltip-markup");
}
static gboolean