diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2020-09-07 22:11:49 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2020-09-07 22:11:49 (GMT) |
commit | f663a08007095e58f60fcf9a815a8b3d31b87c83 (patch) | |
tree | 80da49384da78cb9f1b7f81e23e638e5d1dc054e /src/core | |
parent | 39ceed9ed4e4484919f9eecc35d0b51372e5a233 (diff) |
Rewritten some code managing comments.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/collections.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/collections.c b/src/core/collections.c index f5bccd7..660c981 100644 --- a/src/core/collections.c +++ b/src/core/collections.c @@ -114,7 +114,7 @@ bool load_hard_coded_collection_definitions(void) REGISTER_COLLECTION(G_TYPE_BM_COLLECTION, DBF_BOOKMARKS); - //REGISTER_COLLECTION(G_TYPE_COMMENT_COLLECTION, DBF_COMMENTS); + REGISTER_COLLECTION(G_TYPE_COMMENT_COLLECTION, DBF_COMMENTS); //REGISTER_COLLECTION(G_TYPE_MOVE_COLLECTION, DBF_MOVES); |