]> Dogcows Code - chaz/tint2/blobdiff - src/tint2conf/main.c
maybe fix for issue 298
[chaz/tint2] / src / tint2conf / main.c
index 9c07ea35279f0915d6cd00acf0ef9cb637a328ca..0fcfe4c223cf6c36fab58fca500508e2cd188a1c 100644 (file)
@@ -164,11 +164,10 @@ int main (int argc, char ** argv)
        // load themes
        load_theme(g_theme_view);
 
-       /* temporaire !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-       GtkWidget *prop;
-       prop = create_properties();
+       /* temporaire !!!!!!!!!!!!!!
+       GtkWidget *prop = create_properties();
        gtk_window_present(GTK_WINDOW(prop));
-*/
+       //*/
        gtk_widget_show_all(g_window);
        gtk_main ();
        return 0;
@@ -340,7 +339,7 @@ static void menuProperties()
                prop = create_properties();
                gtk_window_present(GTK_WINDOW(prop));
                //printf("menuProperties : fin\n");
-*/
+//*/
 
                cmd = g_strdup_printf("%s \'%s\' &", g_cmd_property, file);
                printf("cmd %s\n", cmd);
@@ -581,7 +580,7 @@ void read_config()
        }
        g_width = 500;
        g_height = 350;
-       g_cmd_property = g_strconcat( "python ", INSTALL_PREFIX, "/bin/tintwizard.py", (void*)0 );
+       g_cmd_property = g_strconcat( "/usr/bin/env python ", INSTALL_PREFIX, "/bin/tintwizard.py", (void*)0 );
 
        // load config
        path = g_build_filename (g_get_user_config_dir(), "tint2", "tint2confrc", NULL);
This page took 0.025097 seconds and 4 git commands to generate.