Button: bugfix
This commit is contained in:
@@ -90,7 +90,7 @@ void init_button()
|
||||
{
|
||||
GList *to_remove = panel_config.button_list;
|
||||
for (int k = 0; k < strlen(panel_items_order) && to_remove; k++) {
|
||||
if (panel_items_order[k] == 'E') {
|
||||
if (panel_items_order[k] == 'P') {
|
||||
to_remove = to_remove->next;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user