]> Dogcows Code - chaz/tint2/blobdiff - src/tint2conf/main.c
added some config sample (thanks to users)
[chaz/tint2] / src / tint2conf / main.c
index 71570670b5f3e244a53762ebdebfebfd2d8d8064..bb6f509f6322fae12816ce1afe132d4eee953b83 100644 (file)
@@ -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);
This page took 0.023998 seconds and 4 git commands to generate.