panel_items : allow panel without taskbar

git-svn-id: http://tint2.googlecode.com/svn/trunk@551 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
thilor77
2010-09-18 18:19:43 +00:00
parent b98d2001cb
commit 8b71e3614c
3 changed files with 7 additions and 2 deletions

View File

@@ -242,7 +242,8 @@ void add_entry (char *key, char *value)
for (j=0 ; j < strlen(panel_items_order) ; j++) {
if (panel_items_order[j] == 'L')
launcher_enabled = 1;
//if (panel_items_order[j] == 'T')
if (panel_items_order[j] == 'T')
taskbar_enabled = 1;
if (panel_items_order[j] == 'B') {
#ifdef ENABLE_BATTERY
battery_enabled = 1;