all repos — tint2 @ 07ef35aa4a20dca9e41320d967717e7ad7321651

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

tint2conf: Fix typo in reading panel_shrink
o9000 mrovi9000@gmail.com
commit

07ef35aa4a20dca9e41320d967717e7ad7321651

parent

040f6479bf32a64b8b1de445a94ade12a259d672

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

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

@@ -1200,7 +1200,7 @@ else if (strcmp(value, "6") == 0)

gtk_combo_box_set_active(GTK_COMBO_BOX(panel_combo_monitor), 6); } else if (strcmp(key, "primary_monitor_first") == 0) { gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(panel_primary_monitor_first), atoi(value)); - } else if (strcmp(key, "primary_shrink") == 0) { + } else if (strcmp(key, "panel_shrink") == 0) { gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(panel_shrink), atoi(value)); }