comparison src/gtkconv.c @ 12624:851b0bd7eb52

[gaim-migrate @ 14960] busy busy busy... * fixed some unused variable warnings in a few places * fixed memleak in the searchresults notify * added more button types to the searchresults notify (IM, Info, Invite, Join, and arbitrary labels) * added a conversation ui op to present a conversation, since there appears to be no way to actually initiate an IM without breaking the core/ui split. gaim_conversation_present now ends up calling gaim_gtkconv_present_conversation * changed sametime prpl to use the searchresults notify instead of the requests API for its "ambiguous user" dialog * it should be possible to use the searchresults notify for room listing, if anyone is thusly interested committer: Tailor Script <tailor@pidgin.im>
author Christopher O'Brien <siege@pidgin.im>
date Thu, 22 Dec 2005 17:16:57 +0000
parents 204bd8fac61f
children 886498a66961
comparison
equal deleted inserted replaced
12623:70f18c73da9d 12624:851b0bd7eb52
5471 gaim_gtkconv_chat_add_users, /* chat_add_users */ 5471 gaim_gtkconv_chat_add_users, /* chat_add_users */
5472 gaim_gtkconv_chat_rename_user, /* chat_rename_user */ 5472 gaim_gtkconv_chat_rename_user, /* chat_rename_user */
5473 gaim_gtkconv_chat_remove_user, /* chat_remove_user */ 5473 gaim_gtkconv_chat_remove_user, /* chat_remove_user */
5474 gaim_gtkconv_chat_remove_users, /* chat_remove_users */ 5474 gaim_gtkconv_chat_remove_users, /* chat_remove_users */
5475 gaim_gtkconv_chat_update_user, /* chat_update_user */ 5475 gaim_gtkconv_chat_update_user, /* chat_update_user */
5476 gaim_gtkconv_present_conversation, /* present */
5476 gaim_gtkconv_has_focus, /* has_focus */ 5477 gaim_gtkconv_has_focus, /* has_focus */
5477 gaim_gtkconv_custom_smiley_add, /* custom_smiley_add */ 5478 gaim_gtkconv_custom_smiley_add, /* custom_smiley_add */
5478 gaim_gtkconv_custom_smiley_write, /* custom_smiley_write */ 5479 gaim_gtkconv_custom_smiley_write, /* custom_smiley_write */
5479 gaim_gtkconv_custom_smiley_close, /* custom_smiley_close */ 5480 gaim_gtkconv_custom_smiley_close, /* custom_smiley_close */
5480 gaim_gtkconv_updated /* updated */ 5481 gaim_gtkconv_updated /* updated */
5481 }; 5482 };
5482 5483