comparison src/prefs.c @ 10353:fc7168f9ecb0

[gaim-migrate @ 11570] Gone to watch Vertigo with my gal committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 13 Dec 2004 02:02:05 +0000
parents 655c48791b3c
children 00cd0c08bb04
comparison
equal deleted inserted replaced
10352:5879593a6a10 10353:fc7168f9ecb0
1023 gaim_prefs_remove("/core/away/auto_response/enabled"); 1023 gaim_prefs_remove("/core/away/auto_response/enabled");
1024 gaim_prefs_remove("/core/away/auto_response/idle_only"); 1024 gaim_prefs_remove("/core/away/auto_response/idle_only");
1025 gaim_prefs_remove("/core/away/auto_response/in_active_conv"); 1025 gaim_prefs_remove("/core/away/auto_response/in_active_conv");
1026 gaim_prefs_remove("/core/away/auto_response/sec_before_resend"); 1026 gaim_prefs_remove("/core/away/auto_response/sec_before_resend");
1027 gaim_prefs_remove("/core/away/auto_response"); 1027 gaim_prefs_remove("/core/away/auto_response");
1028 gaim_prefs_remove("/core/buddies/use_server_alias");
1028 gaim_prefs_remove("/core/conversations/away_back_on_send"); 1029 gaim_prefs_remove("/core/conversations/away_back_on_send");
1029 gaim_prefs_remove("/core/conversations/send_urls_as_links"); 1030 gaim_prefs_remove("/core/conversations/send_urls_as_links");
1030 gaim_prefs_remove("/core/conversations/im/show_login"); 1031 gaim_prefs_remove("/core/conversations/im/show_login");
1031 gaim_prefs_remove("/core/conversations/chat/show_join"); 1032 gaim_prefs_remove("/core/conversations/chat/show_join");
1032 gaim_prefs_remove("/core/conversations/chat/show_leave"); 1033 gaim_prefs_remove("/core/conversations/chat/show_leave");
1033 gaim_prefs_remove("/core/conversations/combine_chat_im"); 1034 gaim_prefs_remove("/core/conversations/combine_chat_im");
1034 gaim_prefs_remove("/core/buddies/use_server_alias"); 1035 }
1035 }