summaryrefslogtreecommitdiff
path: root/navit/graphics/null/graphics_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'navit/graphics/null/graphics_null.c')
-rw-r--r--navit/graphics/null/graphics_null.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/navit/graphics/null/graphics_null.c b/navit/graphics/null/graphics_null.c
index ce4dc6de2..ecac7d528 100644
--- a/navit/graphics/null/graphics_null.c
+++ b/navit/graphics/null/graphics_null.c
@@ -354,6 +354,6 @@ event_null_new(struct event_methods *meth)
void
plugin_init(void)
{
- plugin_register_graphics_type("null", graphics_null_new);
- plugin_register_event_type("null", event_null_new);
+ plugin_register_category_graphics("null", graphics_null_new);
+ plugin_register_category_event("null", event_null_new);
}