diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-12-13 14:04:12 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-12-13 14:04:12 (GMT) |
commit | c1ca3b52ee3103178e4fc3ff3bb4e26bb9865818 (patch) | |
tree | a5d9d4561e1733798ac49061cab43a2924c858cc /src/core | |
parent | 172e4500f60a8a9d4bcc8eef617d6c80bcc87d0e (diff) |
Moved the registration of sharing hash tables.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/core.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/core.c b/src/core/core.c index 67fe95f..362ab03 100644 --- a/src/core/core.c +++ b/src/core/core.c @@ -39,6 +39,7 @@ #include "../analysis/db/keymgn.h" #include "../common/io.h" #include "../common/xdg.h" +#include "../glibext/linesegment.h" #include "../gtkext/support.h" @@ -82,6 +83,8 @@ bool load_all_basic_components(void) result &= g_generic_config_read(get_main_configuration()); + result &= init_segment_content_hash_table(); + result &= load_hard_coded_processors_definitions(); result &= load_hard_coded_formats_definitions(); |