cleanup config file

git-svn-id: http://tint2.googlecode.com/svn/trunk@232 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
lorthiois@bbsoft.fr 2009-10-25 08:55:50 +00:00
parent 71765ef355
commit 9bfdc0eab0
6 changed files with 4 additions and 1 deletions

View file

@ -8,7 +8,7 @@
rounded = 5
border_width = 1
background_color = #44475D 45
border_color = #44475D 100
border_color = #44475D 100
rounded = 5
border_width = 1
@ -76,3 +76,4 @@ mouse_middle = none
mouse_right = close
mouse_scroll_up = toggle
mouse_scroll_down = iconify

View file

@ -99,3 +99,4 @@ mouse_middle = none
mouse_right = close
mouse_scroll_up = toggle
mouse_scroll_down = iconify

View file

@ -315,6 +315,7 @@ static void menuDelete (void)
static void menuProperties (void)
{
printf("menuProperties\n");
system("python /home/thil/Desktop/tintwizard/tintwizard.py");
}