diff libpurple/debug.c @ 18156:82c7ae86d92c

disapproval of revision '8252394105eb4f981e17cec193e039dc94dfbde1'
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 17 Jun 2007 14:33:41 +0000
parents 094698b04630
children
line wrap: on
line diff
--- a/libpurple/debug.c	Sun Jun 17 07:46:04 2007 +0000
+++ b/libpurple/debug.c	Sun Jun 17 14:33:41 2007 +0000
@@ -183,4 +183,12 @@
 void
 purple_debug_init(void)
 {
+	purple_prefs_add_none("/purple/debug");
+
+	/*
+	 * This pref is obsolete and no longer referenced anywhere. It only
+	 * survives here because it would be an API break if we removed it.
+	 * Remove this when we get to 3.0.0 :)
+	 */
+	purple_prefs_add_bool("/purple/debug/timestamps", TRUE);
 }