Index: src/protocols/oscar/oscar.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/oscar/oscar.c,v retrieving revision 1.662 diff -u -p -r1.662 oscar.c --- src/protocols/oscar/oscar.c 2 Sep 2004 12:14:11 -0000 1.662 +++ src/protocols/oscar/oscar.c 2 Sep 2004 13:08:49 -0000 @@ -7318,7 +7318,6 @@ get_plugin_pref_frame(GaimPlugin *plugin ppref = gaim_plugin_pref_new_with_name_and_label("/plugins/prpl/oscar/recent_buddies", _("Use recent buddies group")); gaim_plugin_pref_frame_add(frame, ppref); - /* XXX - Why doesn't the following show up? */ ppref = gaim_plugin_pref_new_with_name_and_label("/plugins/prpl/oscar/show_idle", _("Show how long you have been idle")); gaim_plugin_pref_frame_add(frame, ppref); @@ -7445,6 +7444,7 @@ init_plugin(GaimPlugin *plugin) gaim_prefs_add_none("/plugins/prpl/oscar"); gaim_prefs_add_bool("/plugins/prpl/oscar/recent_buddies", FALSE); + gaim_prefs_add_bool("/plugins/prpl/oscar/show_idle", TRUE); } GAIM_INIT_PLUGIN(oscar, init_plugin, info);