added customised tintwizard
git-svn-id: http://tint2.googlecode.com/svn/trunk@254 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
parent
309b893052
commit
88feb35ba9
3 changed files with 2356 additions and 4 deletions
5
AUTHORS
5
AUTHORS
|
@ -1,7 +1,8 @@
|
||||||
|
|
||||||
tint2 is developped by :
|
tint2 is developped by :
|
||||||
- 2008-2009 Thierry Lorthiois <lorthiois@bbsoft.fr>, project maintainer
|
- Thierry Lorthiois <lorthiois@bbsoft.fr>
|
||||||
|
- Andreas Fink <andreas.fink85@googlemail.com>
|
||||||
|
- Euan Freeman <euan04@gmail.com> (tintwizard)
|
||||||
|
|
||||||
tint2 is based on ttm source code (http://code.google.com/p/ttm/)
|
tint2 is based on ttm source code (http://code.google.com/p/ttm/)
|
||||||
- 2007-2008 Pål Staurland <staura@gmail.com>
|
- 2007-2008 Pål Staurland <staura@gmail.com>
|
||||||
|
|
|
@ -341,8 +341,8 @@ static void menuProperties (void)
|
||||||
if (gtk_tree_selection_get_selected(GTK_TREE_SELECTION(sel), &model, &iter)) {
|
if (gtk_tree_selection_get_selected(GTK_TREE_SELECTION(sel), &model, &iter)) {
|
||||||
gtk_tree_model_get(model, &iter, LIST_ITEM, &value, -1);
|
gtk_tree_model_get(model, &iter, LIST_ITEM, &value, -1);
|
||||||
|
|
||||||
name1 = g_build_filename (g_get_user_config_dir(), "tint2", value, NULL);
|
name1 = g_build_filename ("\'", g_get_user_config_dir(), "tint2", value, NULL);
|
||||||
name2 = g_strdup_printf("%s.tint2rc", name1);
|
name2 = g_strdup_printf("%s.tint2rc\'", name1);
|
||||||
|
|
||||||
cmd = g_strdup_printf("tintwizard.py %s", name2);
|
cmd = g_strdup_printf("tintwizard.py %s", name2);
|
||||||
system(cmd);
|
system(cmd);
|
||||||
|
|
2351
src/tint2conf/tintwizard.py
Executable file
2351
src/tint2conf/tintwizard.py
Executable file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue