diff src/protocols/oscar/oscar.c @ 10487:659edfcac14e

[gaim-migrate @ 11777] Removed protocol preferences. MSN will display closed conversation messages but not timeouts. Jabber will not display your OS. I left the preferences for OSCAR, but removed them from the UI. OSCAR is complicated because it stores prefs on the server. I'll let Mark figure out a smarter way to handle that. As with all slashed prefs, feel free to voice objections. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 08 Jan 2005 20:30:41 +0000
parents 58ab47ed31bf
children aba3000cc50a
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Sat Jan 08 18:58:19 2005 +0000
+++ b/src/protocols/oscar/oscar.c	Sat Jan 08 20:30:41 2005 +0000
@@ -7607,7 +7607,7 @@
 
 	NULL,                                             /**< ui_info        */
 	&prpl_info,                                       /**< extra_info     */
-	&prefs_info,                                      /**< prefs_info     */
+	NULL,                                             /**< prefs_info     */
 	oscar_actions
 };