# HG changeset patch # User Richard Laager # Date 1300364960 0 # Node ID 59426f92168f4bf15b07b5efb6e95d1dc973f21f # Parent 7a5c2db0803d6d7cb914fc989838667428d7baa6 Fix a missing s/gaim_gtk/pidgin/ diff -r 7a5c2db0803d -r 59426f92168f pidgin/gtkutils.h --- a/pidgin/gtkutils.h Thu Mar 17 12:28:43 2011 +0000 +++ b/pidgin/gtkutils.h Thu Mar 17 12:29:20 2011 +0000 @@ -364,7 +364,7 @@ * Add autocompletion of screenames to an entry, supporting a filtering function. * * @param entry The GtkEntry on which to setup autocomplete. - * @param optmenu A menu for accounts, returned by gaim_gtk_account_option_menu_new(). + * @param optmenu A menu for accounts, returned by pidgin_account_option_menu_new(). * If @a optmenu is not @c NULL, it'll be updated when a username is chosen * from the autocomplete list. * @param filter_func A function for checking if an autocomplete entry