diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-12-31 02:34:03 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-12-31 02:34:03 +0000 |
commit | 7a2880ccbcf5185e241774550d7dec94cec6ac9b (patch) | |
tree | ea79002e6c6ae9bb3013c155e4e07b547e46431a /gtk/gtkentry.c | |
parent | 62e5694dfa46f1beec017d6dd560e4f46ea4facb (diff) | |
download | gtk+-7a2880ccbcf5185e241774550d7dec94cec6ac9b.tar.gz |
And amend the docs, too
svn path=/trunk/; revision=22017
Diffstat (limited to 'gtk/gtkentry.c')
-rw-r--r-- | gtk/gtkentry.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index d76228e478..0c12da0d3c 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -795,7 +795,11 @@ gtk_entry_class_init (GtkEntryClass *class) * GtkEntry:caps-lock-warning * * Whether password entries will show a warning when Caps Lock is on - * or an input method is active. + * or an input method is active. + * + * Note that the warning is shown using a secondary icon, and thus + * does not work if you are using the secondary icon position for some + * other purpose. * * Since: 2.16 */ |