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
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/launcher/launcher.c
→
src/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);