comparison src/protocols/msn/msn.c @ 5626:6275ac113622

[gaim-migrate @ 6033] The first prpl-specific prefs. No, there's no prefs page :) committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 01 Jun 2003 03:43:19 +0000
parents cc9ddec20010
children 0bdfa28c678e
comparison
equal deleted inserted replaced
5625:73c9dc20e41a 5626:6275ac113622
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 */ 21 */
22 #include "msn.h" 22 #include "msn.h"
23 #include "msg.h" 23 #include "msg.h"
24 #include "page.h" 24 #include "page.h"
25 #include "prefs.h"
25 #include "session.h" 26 #include "session.h"
26 #include "state.h" 27 #include "state.h"
27 #include "utils.h" 28 #include "utils.h"
28 29
29 #define BUDDY_ALIAS_MAXLEN 388 30 #define BUDDY_ALIAS_MAXLEN 388
1221 puo->def = g_strdup("1863"); 1222 puo->def = g_strdup("1863");
1222 puo->pos = USEROPT_MSNPORT; 1223 puo->pos = USEROPT_MSNPORT;
1223 prpl_info.user_opts = g_list_append(prpl_info.user_opts, puo); 1224 prpl_info.user_opts = g_list_append(prpl_info.user_opts, puo);
1224 1225
1225 my_protocol = plugin; 1226 my_protocol = plugin;
1227
1228 gaim_prefs_add_none("/plugins/prpl/msn");
1229 gaim_prefs_add_bool("/plugins/prpl/msn/conv_close_notice", TRUE);
1230 gaim_prefs_add_bool("/plugins/prpl/msn/conv_timeout_notice", TRUE);
1226 } 1231 }
1227 1232
1228 GAIM_INIT_PLUGIN(msn, __init_plugin, info); 1233 GAIM_INIT_PLUGIN(msn, __init_plugin, info);