]> Dogcows Code - chaz/tint2/blobdiff - src/tint2conf/main.c
use tintwizard and format sample files with tintwizard
[chaz/tint2] / src / tint2conf / main.c
index bb6f509f6322fae12816ce1afe132d4eee953b83..aa1f343b6bf3400c2eea7133e80305e878bace34 100644 (file)
@@ -338,7 +338,7 @@ static void menuProperties()
                gtk_tree_model_get(model, &iter, COL_THEME_FILE, &file,  -1);
 
                //cmd = g_strdup_printf("gedit \'%s\' &", file);
-               cmd = g_strdup_printf("tintwizard.py \'%s\' &", file);
+               cmd = g_strdup_printf("python /usr/bin/tintwizard.py \'%s\' &", file);
                system(cmd);
 
                g_free(cmd);
This page took 0.022652 seconds and 4 git commands to generate.