[gaim-migrate @ 17613]

Sat, 28 Oct 2006 23:55:29 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Sat, 28 Oct 2006 23:55:29 +0000
changeset 14906
fdf387cc4b12
parent 14905
23f31a7acc73
child 14907
b8e4f01b74e4

[gaim-migrate @ 17613]
Fix bug #1586377.

console/gntdebug.c file | annotate | diff | comparison | revisions
--- 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)
 	{

mercurial