comparison plugins/spellchk.c @ 4363:65d98b565fbe

[gaim-migrate @ 4629] Win32 fixes for the latest stuff by I Eat Phroggies. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 20 Jan 2003 16:57:09 +0000
parents 922b66840a51
children dcc6c130c6d9
comparison
equal deleted inserted replaced
4362:4f8a1b65ffa3 4363:65d98b565fbe
319 close(fd); 319 close(fd);
320 g_free(name); 320 g_free(name);
321 return; 321 return;
322 } 322 }
323 323
324 #ifndef _WIN32
324 fchmod(fd, S_IRUSR | S_IWUSR); 325 fchmod(fd, S_IRUSR | S_IWUSR);
326 #endif
325 327
326 if(gtk_tree_model_get_iter_first(GTK_TREE_MODEL(model), &iter)) { 328 if(gtk_tree_model_get_iter_first(GTK_TREE_MODEL(model), &iter)) {
327 do { 329 do {
328 GValue val0, val1; 330 GValue val0, val1;
329 memset(&val0, 0, sizeof(val0)); 331 memset(&val0, 0, sizeof(val0));