comparison libpurple/debug.c @ 17277:da6e87c14cea

Un-break the API so the next release doesn't have to be 3.0.0 :) Removal of the debug timestamp preference caused Bad Things(tm) to happen when I accidentally tried running Pidgin 2.0.0 with libpurple 2.0.1.
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 24 May 2007 11:38:43 +0000
parents 8d94cf688009
children 094698b04630 44b4e8bd759b
comparison
equal deleted inserted replaced
17276:513ee58e7305 17277:da6e87c14cea
181 } 181 }
182 182
183 void 183 void
184 purple_debug_init(void) 184 purple_debug_init(void)
185 { 185 {
186 purple_prefs_add_none("/purple/debug");
187
188 /*
189 * This pref is obsolete and no longer referenced anywhere. It only
190 * survives here because it would be an API break if we removed it.
191 * Remove this when we get to 3.0.0 :)
192 */
193 purple_prefs_add_bool("/purple/debug/timestamps", TRUE);
186 } 194 }