Mercurial > pidgin.yaz
diff libpurple/debug.c @ 17405:0b0b2a86c379
propagate from branch 'org.maemo.garage.pidgin.pidgin.aop_menu' (head 24d32faecffc36ede5a0abf75df4c6db4f3eb5b7)
to branch 'im.pidgin.pidgin' (head dc4f2ee34039521ae6a198fe7d62f4dca8a84589)
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 25 May 2007 18:19:28 +0000 |
parents | da6e87c14cea |
children | 094698b04630 44b4e8bd759b |
line wrap: on
line diff
--- a/libpurple/debug.c Tue May 22 21:23:34 2007 +0000 +++ b/libpurple/debug.c Fri May 25 18:19:28 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); }