Mercurial > pidgin.yaz
changeset 14844:8d1a1a6c57d9
[gaim-migrate @ 17613]
Fix bug #1586377.
committer: Tailor Script <tailor@pidgin.im>
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sat, 28 Oct 2006 23:55:29 +0000 |
parents | 97977138cf29 |
children | b1650510f4b8 |
files | console/gntdebug.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/console/gntdebug.c Sat Oct 28 22:14:52 2006 +0000 +++ b/console/gntdebug.c Sat Oct 28 23:55:29 2006 +0000 @@ -193,7 +193,7 @@ void gg_debug_window_show() { - debug.paused = false; + debug.paused = FALSE; debug.timestamps = gaim_prefs_get_bool("/core/debug/timestamps"); if (debug.window == NULL) {