Mercurial > pidgin
comparison libpurple/debug.c @ 32819:2c6510167895 default tip
propagate from branch 'im.pidgin.pidgin.2.x.y' (head 3315c5dfbd0ad16511bdcf865e5b07c02d07df24)
to branch 'im.pidgin.pidgin' (head cbd1eda6bcbf0565ae7766396bb8f6f419cb6a9a)
| author | Elliott Sales de Andrade <qulogic@pidgin.im> |
|---|---|
| date | Sat, 02 Jun 2012 02:30:49 +0000 |
| parents | f331cb5325d7 |
| children |
comparison
equal
deleted
inserted
replaced
| 32818:01ff09d4a463 | 32819:2c6510167895 |
|---|---|
| 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 |
