| 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) { |