all repos — tint2 @ 32db15ae50ef2672c3431e2c4ab130250130047f

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

Fix double free of panel_window_name

git-svn-id: http://tint2.googlecode.com/svn/trunk@692 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
o9000 o9000
commit

32db15ae50ef2672c3431e2c4ab130250130047f

parent

bab686d8c46f17cf4a1bf55939e576458c344481

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

jump to
M src/panel.csrc/panel.c

@@ -90,7 +90,6 @@ panel_autohide_height = 5; // for vertical panels this is of course the width

panel_strut_policy = STRUT_FOLLOW_SIZE; panel_dock = 0; // default not in the dock panel_layer = BOTTOM_LAYER; // default is bottom layer - free(panel_window_name); panel_window_name = strdup("tint2"); wm_menu = 0; max_tick_urgent = 14;