grp_section      1419 src/filemanager/hotlist.c     char *grp_section;
grp_section      1421 src/filemanager/hotlist.c     grp_section = g_strconcat (section, ".Group", (char *) NULL);
grp_section      1425 src/filemanager/hotlist.c     if (mc_config_has_group (mc_global.main_config, grp_section))
grp_section      1429 src/filemanager/hotlist.c         keys = mc_config_get_keys (mc_global.main_config, grp_section, NULL);
grp_section      1435 src/filemanager/hotlist.c         mc_config_del_group (mc_global.main_config, grp_section);
grp_section      1437 src/filemanager/hotlist.c     g_free (grp_section);