comparison src/prefs.c @ 8998:3738d1eac0ad

[gaim-migrate @ 9773] " This patch completes the removal of the Show joins/leaves in chats preferences It also (temporarily?) brings back the UI for the IM/Chat buttons preferences by changing #if 0 to #if 1 so they're still easy to identify to revist later on. The "Individual log file for each buddy's signons" pref became obsolete a while ago and was incorrectly #if'd out with a prefslash04 label. This patch completes it's death. With this patch applied the only prefslash thing that should block release is the custom font/color/size/etc stuff, I think we need to work out what to do there. There's a bit of whitespace cleanup too." --Stu Tomlinson committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 21 May 2004 14:26:31 +0000
parents 175cbf710a47
children f2084fa7bda1
comparison
equal deleted inserted replaced
8997:8bf2c6122bf1 8998:3738d1eac0ad
985 gaim_prefs_remove("/core/away/auto_response/in_active_conv"); 985 gaim_prefs_remove("/core/away/auto_response/in_active_conv");
986 gaim_prefs_remove("/core/away/auto_response/sec_before_resend"); 986 gaim_prefs_remove("/core/away/auto_response/sec_before_resend");
987 gaim_prefs_remove("/core/conversations/away_back_on_send"); 987 gaim_prefs_remove("/core/conversations/away_back_on_send");
988 gaim_prefs_remove("/core/conversations/send_urls_as_links"); 988 gaim_prefs_remove("/core/conversations/send_urls_as_links");
989 gaim_prefs_remove("/core/conversations/im/show_login"); 989 gaim_prefs_remove("/core/conversations/im/show_login");
990 } 990 gaim_prefs_remove("/core/conversations/chat/show_join");
991 gaim_prefs_remove("/core/conversations/chat/show_leave");
992 }