comparison src/win32/win32dep.c @ 4861:6cb8b0686e46

[gaim-migrate @ 5188] wgaim_gtkspell_init added to initializer committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Sat, 22 Mar 2003 18:36:29 +0000
parents cf718383cd60
children 8e25dff29859
comparison
equal deleted inserted replaced
4860:e1b5619e6a02 4861:6cb8b0686e46
306 /* 306 /*
307 * IdleTracker Initialization 307 * IdleTracker Initialization
308 */ 308 */
309 if(!wgaim_set_idlehooks()) 309 if(!wgaim_set_idlehooks())
310 debug_printf("Failed to initialize idle tracker\n"); 310 debug_printf("Failed to initialize idle tracker\n");
311
312 wgaim_gtkspell_init();
311 } 313 }
312 314
313 /* Windows Cleanup */ 315 /* Windows Cleanup */
314 316
315 void wgaim_cleanup(void) { 317 void wgaim_cleanup(void) {