added some config sample (thanks to users)
git-svn-id: http://tint2.googlecode.com/svn/trunk@448 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -337,7 +337,8 @@ static void menuProperties()
|
||||
if (gtk_tree_selection_get_selected(GTK_TREE_SELECTION(sel), &model, &iter)) {
|
||||
gtk_tree_model_get(model, &iter, COL_THEME_FILE, &file, -1);
|
||||
|
||||
cmd = g_strdup_printf("gedit \'%s\' &", file);
|
||||
//cmd = g_strdup_printf("gedit \'%s\' &", file);
|
||||
cmd = g_strdup_printf("tintwizard.py \'%s\' &", file);
|
||||
system(cmd);
|
||||
|
||||
g_free(cmd);
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user