changeset 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 426b623ffe16
children f8e395a054e2
files src/protocols/oscar/oscar.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);