src/gtkprefs.c

changeset 10589
4e10236e06d4
parent 10492
aa49df0671bd
child 10605
ad11c1f21415
equal deleted inserted replaced
10588:b66302d38f7d 10589:4e10236e06d4
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) {

mercurial