comparison src/gtkprefs.c @ 10589:0f7452b1f777

[gaim-migrate @ 11994] Use GLib 2.6's gstdio functions. This should fix gaim not liking non-ascii filenames in win32. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 11 Feb 2005 05:10:40 +0000
parents 45ad1d15fab3
children 56d4460bb6bd
comparison
equal deleted inserted replaced
10588:529111933c9c 10589:0f7452b1f777
517 fwrite(themedata, len, 1, f); 517 fwrite(themedata, len, 1, f);
518 fclose(f); 518 fclose(f);
519 519
520 theme_install_theme(path, data); 520 theme_install_theme(path, data);
521 521
522 unlink(path); 522 g_unlink(path);
523 g_free(path); 523 g_free(path);
524 } 524 }
525 525
526 void theme_dnd_recv(GtkWidget *widget, GdkDragContext *dc, guint x, guint y, GtkSelectionData *sd, 526 void theme_dnd_recv(GtkWidget *widget, GdkDragContext *dc, guint x, guint y, GtkSelectionData *sd,
527 guint info, guint t, gpointer data) { 527 guint info, guint t, gpointer data) {