X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftint2;a=blobdiff_plain;f=src%2Fconfig.c;h=8ba2c08f9602d583c8f12f49e7fea29e0ea82ef3;hp=7c87339cf86660bea8793843a69640ed874cfca0;hb=cb9b34cd2126963c3650feeb48e036fb256e9660;hpb=055e4228a91f9957771e44cbdc540f20b2c3aa17 diff --git a/src/config.c b/src/config.c index 7c87339..8ba2c08 100644 --- a/src/config.c +++ b/src/config.c @@ -589,8 +589,9 @@ void add_entry (char *key, char *value) panel_config.launcher.list_apps = g_slist_append(panel_config.launcher.list_apps, app); } else if (strcmp(key, "launcher_icon_theme") == 0) { - char *app = strdup(value); - panel_config.launcher.icon_theme_names = g_slist_append(panel_config.launcher.icon_theme_names, app); + // if XSETTINGS manager running, tint2 use it. + if (!icon_theme_name) + icon_theme_name = strdup(value); } /* Tooltip */