Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DVR: config - fix parent group for GUI
  • Loading branch information
perexg committed Nov 24, 2015
1 parent 9db2d7a commit 17731e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dvr/dvr_config.c
Expand Up @@ -757,7 +757,7 @@ const idclass_t dvr_config_class = {
{
.name = "",
.number = 6,
.parent = 4,
.parent = 5,
.column = 2,
},
{}
Expand Down

0 comments on commit 17731e1

Please sign in to comment.