Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bouquet: save bouquet on name change
  • Loading branch information
perexg committed Feb 5, 2015
1 parent ac34185 commit 6bb5e0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bouquet.c
Expand Up @@ -163,6 +163,7 @@ bouquet_find_by_source(const char *name, const char *src, int create)
tvhwarn("bouquet", "bouquet name '%s' changed to '%s'", bq->bq_name ?: "", name);
free(bq->bq_name);
bq->bq_name = strdup(name);
bouquet_save(bq, 1);
}
return bq;
}
Expand Down

0 comments on commit 6bb5e0f

Please sign in to comment.