added customised tintwizard

git-svn-id: http://tint2.googlecode.com/svn/trunk@254 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
thilor77
2009-11-03 19:33:30 +00:00
parent 309b893052
commit 88feb35ba9
3 changed files with 2356 additions and 4 deletions

View File

@@ -341,8 +341,8 @@ static void menuProperties (void)
if (gtk_tree_selection_get_selected(GTK_TREE_SELECTION(sel), &model, &iter)) {
gtk_tree_model_get(model, &iter, LIST_ITEM, &value, -1);
name1 = g_build_filename (g_get_user_config_dir(), "tint2", value, NULL);
name2 = g_strdup_printf("%s.tint2rc", name1);
name1 = g_build_filename ("\'", g_get_user_config_dir(), "tint2", value, NULL);
name2 = g_strdup_printf("%s.tint2rc\'", name1);
cmd = g_strdup_printf("tintwizard.py %s", name2);
system(cmd);