all repos — tint2 @ 240c1dc4167b25ec2b65f921f4129d5619b7c69c

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

fixed segfault

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

240c1dc4167b25ec2b65f921f4129d5619b7c69c

parent

d94e2a179060148e4024d3bbe280fade75f2568b

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

jump to
M src/taskbar/taskbarname.csrc/taskbar/taskbarname.c

@@ -63,11 +63,11 @@ int i, j, k;

Panel *panel; Taskbar *tskbar; + if (taskbarname_font_desc) pango_font_description_free(taskbarname_font_desc); for (i=0 ; i < nb_panel ; i++) { panel = &panel1[i]; for (j=0 ; j < panel->nb_desktop ; j++) { tskbar = &panel->taskbar[j]; - if (taskbarname_font_desc) pango_font_description_free(taskbarname_font_desc); if (tskbar->bar_name.name) g_free(tskbar->bar_name.name); free_area (&tskbar->bar_name.area); for (k=0; k<TASKBAR_STATE_COUNT; ++k) {