diff src/request.h @ 10791:2ab4b5acc8d1

[gaim-migrate @ 12433] " When you autocomplete a screenname in a dialog box that also includes an account selector, it should also autocomplete the account. This patch implements that." --rlaager this is how I would expect things to work. I was hit by this just the other day. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 07 Apr 2005 15:22:21 +0000
parents 62fc579810f4
children 07dc8c6a359f
line wrap: on
line diff
--- a/src/request.h	Thu Apr 07 15:08:14 2005 +0000
+++ b/src/request.h	Thu Apr 07 15:22:21 2005 +0000
@@ -450,7 +450,7 @@
  * Sets the type hint for the field.
  *
  * This is optionally used by the UIs to provide such features as
- * auto-completion for type hints like "screenname."
+ * auto-completion for type hints like "account" and "screenname".
  *
  * @param field     The field.
  * @param type_hint The type hint.