*fix* maybe issue 212

git-svn-id: http://tint2.googlecode.com/svn/trunk@385 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
Andreas.Fink85
2010-01-30 23:06:07 +00:00
parent fa9521ca40
commit d70f267780
4 changed files with 17 additions and 19 deletions

View File

@@ -87,9 +87,6 @@ void init_config()
pango_font_description_free(panel_config.g_task.font_desc);
}
memset(&panel_config, 0, sizeof(Panel));
int i;
for (i=0; i<TASK_STATE_COUNT; ++i)
panel_config.g_task.alpha[i] = 100;
systray.alpha = 100;
systray.sort = 3;
old_config_file = 1;