# HG changeset patch # User Mark Doliner # Date 1094180756 0 # Node ID 3941c39ccff51634b0654e16bb2210adb97f5fa2 # Parent 426b623ffe1686ee343c83b37c629f0fbe3745a2 [gaim-migrate @ 10834] Thanks, Stu! committer: Tailor Script diff -r 426b623ffe16 -r 3941c39ccff5 src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Fri Sep 03 00:17:27 2004 +0000 +++ b/src/protocols/oscar/oscar.c Fri Sep 03 03:05:56 2004 +0000 @@ -7318,7 +7318,6 @@ 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 @@ 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", FALSE); } GAIM_INIT_PLUGIN(oscar, init_plugin, info);