changeset 26815:0cc77ced0ae3

Changelog the GtkIMHtml PRIMARY clipboard API addition and fix a typo in the comment.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 04 May 2009 02:04:10 +0000
parents 985e7f8d8744
children 9cb95f21979d
files ChangeLog.API pidgin/gtkimhtml.h
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog.API	Mon May 04 00:04:55 2009 +0000
+++ b/ChangeLog.API	Mon May 04 02:04:10 2009 +0000
@@ -79,6 +79,7 @@
 		  gtk_imhtml_link_activate functions to process GtkIMHtmlLink
 		  objects from GtkIMHtml protocol callbacks.
 		* gtk_imhtml_set_return_inserts_newline
+		* gtk_imhtml_set_populate_primary_clipboard
 		* pidgin_blist_set_theme
 		* pidgin_blist_get_theme
 		* pidgin_prefs_labeled_password
--- a/pidgin/gtkimhtml.h	Mon May 04 00:04:55 2009 +0000
+++ b/pidgin/gtkimhtml.h	Mon May 04 02:04:10 2009 +0000
@@ -962,7 +962,7 @@
  * text (as you would expect).  For scenarios (e.g. select-on-focus) where this
  * would be problematic, this function can disable the PRIMARY population.
  *
- * @oaram imhtml The GtkIMHtml to enable/disable populating PRIMARY
+ * @param imhtml The GtkIMHtml to enable/disable populating PRIMARY
  * @param populate enable/disable PRIMARY population
  */
 void gtk_imhtml_set_populate_primary_clipboard(GtkIMHtml *imhtml, gboolean populate);