use tintwizard and format sample files with tintwizard
git-svn-id: http://tint2.googlecode.com/svn/trunk@449 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user