comparison src/prefs.c @ 9251:45d2ad4ac1c1

[gaim-migrate @ 10050] Stu Tomlinson has provided a nice patch to move the separation of IM and Chat windows back into the core from the extplacement plugin. It's awesome to have crazy patch writers, and even better to have crazy patch writers who write what I want to write before I do it, thus saving me the effort. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Wed, 09 Jun 2004 20:47:07 +0000
parents 41fba1972ed0
children 15d09e546cee
comparison
equal deleted inserted replaced
9250:ff8e380015e3 9251:45d2ad4ac1c1
988 gaim_prefs_remove("/core/conversations/away_back_on_send"); 988 gaim_prefs_remove("/core/conversations/away_back_on_send");
989 gaim_prefs_remove("/core/conversations/send_urls_as_links"); 989 gaim_prefs_remove("/core/conversations/send_urls_as_links");
990 gaim_prefs_remove("/core/conversations/im/show_login"); 990 gaim_prefs_remove("/core/conversations/im/show_login");
991 gaim_prefs_remove("/core/conversations/chat/show_join"); 991 gaim_prefs_remove("/core/conversations/chat/show_join");
992 gaim_prefs_remove("/core/conversations/chat/show_leave"); 992 gaim_prefs_remove("/core/conversations/chat/show_leave");
993 } 993 gaim_prefs_remove("/core/conversations/combine_chat_im");
994 }