Tint2conf: more gradient support

This commit is contained in:
o9000
2017-03-04 12:24:55 +01:00
parent 8ec7f2dd9c
commit b94cb3eb7e
4 changed files with 138 additions and 41 deletions

View File

@@ -191,7 +191,7 @@ gboolean update_snapshot()
gtk_tree_model_get(model, &iter, COL_THEME_FILE, &path, -1);
char fname[128];
sprintf(fname, "tint2-%d.jpg", (int)getpid());
sprintf(fname, "tint2-%d.png", (int)getpid());
gchar *snap = g_build_filename(g_get_tmp_dir(), fname, NULL);
g_remove(snap);