Fix lost font setting for desktop name

This commit is contained in:
o9000
2015-09-12 03:08:25 +02:00
parent 1f7f1971ec
commit 5b01670a22
5 changed files with 8 additions and 9 deletions

View File

@@ -140,6 +140,8 @@ void cleanup_panel()
backgrounds = NULL;
pango_font_description_free(panel_config.g_task.font_desc);
panel_config.g_task.font_desc = NULL;
pango_font_description_free(panel_config.taskbarname_font_desc);
panel_config.taskbarname_font_desc = NULL;
}
void init_panel()