summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-12-31 02:34:03 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-12-31 02:34:03 +0000
commit7a2880ccbcf5185e241774550d7dec94cec6ac9b (patch)
treeea79002e6c6ae9bb3013c155e4e07b547e46431a /gtk/gtkentry.c
parent62e5694dfa46f1beec017d6dd560e4f46ea4facb (diff)
downloadgtk+-7a2880ccbcf5185e241774550d7dec94cec6ac9b.tar.gz
And amend the docs, too
svn path=/trunk/; revision=22017
Diffstat (limited to 'gtk/gtkentry.c')
-rw-r--r--gtk/gtkentry.c6
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
*/