diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-03-15 19:26:39 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-03-15 19:26:39 -0400 |
commit | fe13226a796c4daa1a9245e00db5909e0ba0895f (patch) | |
tree | e1d8c2a18079e0b0505d3ab703624f8c0fe86247 | |
parent | 1f0b1ee97359b4a03cc156c6f652651796d7bcd8 (diff) | |
download | gtk+-peek-password-3.tar.gz |
entry: Don't warn if Caps Lock warning isn't shownpeek-password-3
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.
-rw-r--r-- | gtk/gtkentry.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index a3141a26d7..dffbeac16e 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -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 |