Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mdhelp: fix previous commit - seems you can't use config in a md file…
…name!
  • Loading branch information
Mark Clarkstone authored and perexg committed May 11, 2016
1 parent 58d9a24 commit ea333d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/epggrab.c
Expand Up @@ -243,14 +243,14 @@ epggrab_class_ota_cron_notify(void *self, const char *lang)
epggrab_ota_set_cron();
}

CLASS_DOC(epg_grabber_config)
CLASS_DOC(epgconf)
PROP_DOC(cron)

const idclass_t epggrab_class = {
.ic_snode = &epggrab_conf.idnode,
.ic_class = "epggrab",
.ic_caption = N_("EPG Grabber Configuration"),
.ic_doc = tvh_doc_epg_grabber_config_class,
.ic_doc = tvh_doc_epgconf_class,
.ic_event = "epggrab",
.ic_perm_def = ACCESS_ADMIN,
.ic_changed = epggrab_class_changed,
Expand Down

0 comments on commit ea333d0

Please sign in to comment.