all repos — tint2 @ 995ae3c72be85dde0b48eaa3d99e3f602649f588

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

fix battery option parsing

Fix copy&paste mistake, battery should be enabled
for obsolete "battery" option instead of obsolete
"systray" option.
Sebastian Reichel sre@ring0.de
commit

995ae3c72be85dde0b48eaa3d99e3f602649f588

parent

9df55d5ef741ce8efd7374a1c71cee2e0b87388f

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/tint2conf/properties_rw.csrc/tint2conf/properties_rw.c

@@ -900,7 +900,7 @@ }

} /* Battery */ - else if (strcmp(key, "systray") == 0) { + else if (strcmp(key, "battery") == 0) { // Obsolete option config_has_battery = 1; config_battery_enabled = atoi(value);

@@ -1466,4 +1466,4 @@ return "next_task";

if (gtk_combo_box_get_active(GTK_COMBO_BOX(combo)) == 10) return "prev_task"; return "none"; -}+}