comparison src/protocols/oscar/oscar.c @ 9942:3941c39ccff5

[gaim-migrate @ 10834] Thanks, Stu! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 03 Sep 2004 03:05:56 +0000
parents 3578cec797db
children f8e395a054e2
comparison
equal deleted inserted replaced
9941:426b623ffe16 9942:3941c39ccff5
7316 frame = gaim_plugin_pref_frame_new(); 7316 frame = gaim_plugin_pref_frame_new();
7317 7317
7318 ppref = gaim_plugin_pref_new_with_name_and_label("/plugins/prpl/oscar/recent_buddies", _("Use recent buddies group")); 7318 ppref = gaim_plugin_pref_new_with_name_and_label("/plugins/prpl/oscar/recent_buddies", _("Use recent buddies group"));
7319 gaim_plugin_pref_frame_add(frame, ppref); 7319 gaim_plugin_pref_frame_add(frame, ppref);
7320 7320
7321 /* XXX - Why doesn't the following show up? */
7322 ppref = gaim_plugin_pref_new_with_name_and_label("/plugins/prpl/oscar/show_idle", _("Show how long you have been idle")); 7321 ppref = gaim_plugin_pref_new_with_name_and_label("/plugins/prpl/oscar/show_idle", _("Show how long you have been idle"));
7323 gaim_plugin_pref_frame_add(frame, ppref); 7322 gaim_plugin_pref_frame_add(frame, ppref);
7324 7323
7325 return frame; 7324 return frame;
7326 } 7325 }
7443 7442
7444 my_protocol = plugin; 7443 my_protocol = plugin;
7445 7444
7446 gaim_prefs_add_none("/plugins/prpl/oscar"); 7445 gaim_prefs_add_none("/plugins/prpl/oscar");
7447 gaim_prefs_add_bool("/plugins/prpl/oscar/recent_buddies", FALSE); 7446 gaim_prefs_add_bool("/plugins/prpl/oscar/recent_buddies", FALSE);
7447 gaim_prefs_add_bool("/plugins/prpl/oscar/show_idle", FALSE);
7448 } 7448 }
7449 7449
7450 GAIM_INIT_PLUGIN(oscar, init_plugin, info); 7450 GAIM_INIT_PLUGIN(oscar, init_plugin, info);