comparison console/gntdebug.c @ 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 07f572e08773
children dd2ef00759a7
comparison
equal deleted inserted replaced
14843:97977138cf29 14844:8d1a1a6c57d9
191 g_free(new_domain); 191 g_free(new_domain);
192 } 192 }
193 193
194 void gg_debug_window_show() 194 void gg_debug_window_show()
195 { 195 {
196 debug.paused = false; 196 debug.paused = FALSE;
197 debug.timestamps = gaim_prefs_get_bool("/core/debug/timestamps"); 197 debug.timestamps = gaim_prefs_get_bool("/core/debug/timestamps");
198 if (debug.window == NULL) 198 if (debug.window == NULL)
199 { 199 {
200 GntWidget *wid, *box; 200 GntWidget *wid, *box;
201 debug.window = gnt_vbox_new(FALSE); 201 debug.window = gnt_vbox_new(FALSE);