comparison src/conversation.c @ 8900:7a67c459ab8f

[gaim-migrate @ 9669] Move the preference renameing/removing stuff to prefs.c... It's pretty ugly... but it was ugly before... So now we remove the eradicated prefs. I think. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 07 May 2004 03:25:00 +0000
parents dd6b4f259f5b
children 06f47021ddd3
comparison
equal deleted inserted replaced
8899:d484f23cd92b 8900:7a67c459ab8f
2620 2620
2621 /* Conversations -> IM */ 2621 /* Conversations -> IM */
2622 gaim_prefs_add_none("/core/conversations/im"); 2622 gaim_prefs_add_none("/core/conversations/im");
2623 gaim_prefs_add_bool("/core/conversations/im/send_typing", TRUE); 2623 gaim_prefs_add_bool("/core/conversations/im/send_typing", TRUE);
2624 2624
2625 /* Connect callbacks for changed preferences */
2625 gaim_prefs_connect_callback("/core/conversations/use_alias_for_title", 2626 gaim_prefs_connect_callback("/core/conversations/use_alias_for_title",
2626 update_titles_pref_cb, NULL); 2627 update_titles_pref_cb, NULL);
2627 gaim_prefs_connect_callback("/core/buddies/use_server_alias", 2628 gaim_prefs_connect_callback("/core/buddies/use_server_alias",
2628 update_titles_pref_cb, NULL); 2629 update_titles_pref_cb, NULL);
2629 2630