X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Ftint2conf%2Fmain.c;h=66ac917f37bd88bf26d0199f775ebe1d5d126149;hb=1c1cfea95e549170ede1eaf05240b935aa2186a9;hp=0fcfe4c223cf6c36fab58fca500508e2cd188a1c;hpb=d83cf10196d0b3dbe4c543d77a711a16d29cca81;p=chaz%2Ftint2 diff --git a/src/tint2conf/main.c b/src/tint2conf/main.c index 0fcfe4c..66ac917 100644 --- a/src/tint2conf/main.c +++ b/src/tint2conf/main.c @@ -2,7 +2,7 @@ * * Tint2conf * -* Copyright (C) 2009 Thierry lorthiois (lorthiois@bbsoft.fr) +* Copyright (C) 2009 Thierry lorthiois (lorthiois@bbsoft.fr) from Omega distribution * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version 2 @@ -164,10 +164,6 @@ int main (int argc, char ** argv) // load themes load_theme(g_theme_view); - /* temporaire !!!!!!!!!!!!!! - GtkWidget *prop = create_properties(); - gtk_window_present(GTK_WINDOW(prop)); - //*/ gtk_widget_show_all(g_window); gtk_main (); return 0; @@ -340,11 +336,12 @@ static void menuProperties() 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); system(cmd); g_free(cmd); + //*/ g_free(file); }