grp_section      1420 src/filemanager/hotlist.c     char *grp_section;
grp_section      1422 src/filemanager/hotlist.c     grp_section = g_strconcat (section, ".Group", (char *) NULL);
grp_section      1426 src/filemanager/hotlist.c     if (mc_config_has_group (mc_global.main_config, grp_section))
grp_section      1430 src/filemanager/hotlist.c         keys = mc_config_get_keys (mc_global.main_config, grp_section, NULL);
grp_section      1436 src/filemanager/hotlist.c         mc_config_del_group (mc_global.main_config, grp_section);
grp_section      1438 src/filemanager/hotlist.c     g_free (grp_section);