Mercurial > pidgin
comparison libpurple/debug.c @ 32672:3828a61c44da
A boring and large patch so I can merge heads.
| author | Elliott Sales de Andrade <qulogic@pidgin.im> |
|---|---|
| date | Fri, 23 Dec 2011 08:21:58 +0000 |
| parents | f1437342cc0e |
| children |
comparison
equal
deleted
inserted
replaced
| 32671:0e69949b3e61 | 32672:3828a61c44da |
|---|---|
| 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 |
