# HG changeset patch # User Elliott Sales de Andrade # Date 1241402650 0 # Node ID 0cc77ced0ae366813bd00124898ace8ca14e27ab # Parent 985e7f8d874434ec2d996262e7cd4c03b7481202 Changelog the GtkIMHtml PRIMARY clipboard API addition and fix a typo in the comment. diff -r 985e7f8d8744 -r 0cc77ced0ae3 ChangeLog.API --- 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 diff -r 985e7f8d8744 -r 0cc77ced0ae3 pidgin/gtkimhtml.h --- 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);