comparison src/prefs.c @ 10389:c432b927b0b1

[gaim-migrate @ 11616] Cleaned up "use_server_alias" some more and removed the timestamp option. Default: Yes. The timestamp plugin will override this, however; also the timestamp is now centered in the conversation. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 16 Dec 2004 05:34:34 +0000
parents 00cd0c08bb04
children aab0c9508318
comparison
equal deleted inserted replaced
10388:088633feb846 10389:c432b927b0b1
1029 gaim_prefs_remove("/core/conversations/send_urls_as_links"); 1029 gaim_prefs_remove("/core/conversations/send_urls_as_links");
1030 gaim_prefs_remove("/core/conversations/im/show_login"); 1030 gaim_prefs_remove("/core/conversations/im/show_login");
1031 gaim_prefs_remove("/core/conversations/chat/show_join"); 1031 gaim_prefs_remove("/core/conversations/chat/show_join");
1032 gaim_prefs_remove("/core/conversations/chat/show_leave"); 1032 gaim_prefs_remove("/core/conversations/chat/show_leave");
1033 gaim_prefs_remove("/core/conversations/combine_chat_im"); 1033 gaim_prefs_remove("/core/conversations/combine_chat_im");
1034 } 1034 gaim_prefs_remove("/core/conversations/use_alias_for_title");
1035 }