diff pidgin/gtkimhtml.h @ 25351:5dedfe149cb3

Pass only the URL scheme to gtkimhtml and let it add the colon automatically.
author Richard Laager <rlaager@wiktel.com>
date Mon, 01 Dec 2008 19:23:23 +0000
parents 284fd17c6020
children 48cf0a545621
line wrap: on
line diff
--- a/pidgin/gtkimhtml.h	Mon Dec 01 17:05:40 2008 +0000
+++ b/pidgin/gtkimhtml.h	Mon Dec 01 19:23:23 2008 +0000
@@ -892,7 +892,7 @@
  * Register a protocol with the GtkIMHtml widget. Registering a protocol would
  * allow certain text to be clickable.
  *
- * @param name      The name of the protocol (e.g. http://)
+ * @param name      The name of the protocol (e.g. http)
  * @param activate  The callback to trigger when the protocol text is clicked.
  *                  Removes any current protocol definition if @c NULL. The
  *                  callback should return @c TRUE if the link was activated