all repos — tint2 @ e18f8443fb6fcb80e4891abe4038948b396a0e9a

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

Fix crash in launcher at tint2 unload/reload when falling back to the hicolor icon theme

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

e18f8443fb6fcb80e4891abe4038948b396a0e9a

parent

720ced62f35efd2b065dfc4639ec1346f6286a59

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

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

@@ -701,7 +701,7 @@ // load the user theme, all the inherited themes recursively (DFS), and the hicolor theme

// avoid inheritance loops if (!icon_theme_name) { fprintf(stderr, "Missing launcher theme, default to 'hicolor'.\n"); - icon_theme_name = "hicolor"; + icon_theme_name = strdup("hicolor"); } else fprintf(stderr, "Loading %s. Icon theme :", icon_theme_name);