Mercurial > pidgin
comparison libpurple/debug.c @ 32771:52fb2e955198
propagate from branch 'im.pidgin.pidgin.2.x.y' (head 6ee8e5cba5c96a1f2171038180b636724b258817)
to branch 'im.pidgin.pidgin' (head 92cc5e21737e6702460525c581295fdd26a2380f)
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 13 Apr 2012 07:39:04 +0000 |
parents | f331cb5325d7 |
children |
comparison
equal
deleted
inserted
replaced
32770:1e0ded0cb2ee | 32771:52fb2e955198 |
---|---|
222 | 222 |
223 if(g_getenv("PURPLE_VERBOSE_DEBUG")) | 223 if(g_getenv("PURPLE_VERBOSE_DEBUG")) |
224 purple_debug_set_verbose(TRUE); | 224 purple_debug_set_verbose(TRUE); |
225 | 225 |
226 purple_prefs_add_none("/purple/debug"); | 226 purple_prefs_add_none("/purple/debug"); |
227 | 227 } |
228 /* | 228 |
229 * This pref is obsolete and no longer referenced anywhere. It only | |
230 * survives here because it would be an API break if we removed it. | |
231 * Remove this when we get to 3.0.0 :) | |
232 */ | |
233 purple_prefs_add_bool("/purple/debug/timestamps", TRUE); | |
234 } | |
235 |