*fix* issue 316

git-svn-id: http://tint2.googlecode.com/svn/trunk@618 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
Andreas.Fink85
2010-12-28 19:03:26 +00:00
parent 8201742546
commit fc046c2468
2 changed files with 5 additions and 3 deletions

View File

@@ -257,7 +257,7 @@ void add_entry (char *key, char *value)
if (snapshot_path == 0)
systray_enabled = 1;
}
if (panel_items_order[j] == 'C')
if (panel_items_order[j] == 'C')
clock_enabled = 1;
}
}