grp_section      1432 src/filemanager/hotlist.c     char *grp_section;
grp_section      1434 src/filemanager/hotlist.c     grp_section = g_strconcat (section, ".Group", (char *) NULL);
grp_section      1438 src/filemanager/hotlist.c     if (mc_config_has_group (mc_global.main_config, grp_section))
grp_section      1442 src/filemanager/hotlist.c         keys = mc_config_get_keys (mc_global.main_config, grp_section, NULL);
grp_section      1448 src/filemanager/hotlist.c         mc_config_del_group (mc_global.main_config, grp_section);
grp_section      1450 src/filemanager/hotlist.c     g_free (grp_section);