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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user