update my contribution to the company

git-svn-id: http://tint2.googlecode.com/svn/trunk@585 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
thilor77
2010-11-02 11:40:50 +00:00
parent f9d2cc1b73
commit 7c8a31db72
16 changed files with 445 additions and 264 deletions

View File

@@ -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);
}