entry: Don't warn if Caps Lock warning isn't shown

This is a real possibility that there might be
a peek icon in the position, and we don't want to
spew warnings for that.
This commit is contained in:
Matthias Clasen
2019-03-15 19:26:39 -04:00
parent 1f0b1ee973
commit fe13226a79

View File

@@ -10860,8 +10860,6 @@ show_capslock_feedback (GtkEntry *entry,
if (priv->caps_lock_warning_shown)
gtk_entry_set_icon_tooltip_text (entry, GTK_ENTRY_ICON_SECONDARY, text);
else
g_warning ("Can't show Caps Lock warning, since secondary icon is set");
}
static void