summaryrefslogtreecommitdiff
path: root/navit/speech/dbus/speech_dbus.c
diff options
context:
space:
mode:
Diffstat (limited to 'navit/speech/dbus/speech_dbus.c')
-rw-r--r--navit/speech/dbus/speech_dbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/speech/dbus/speech_dbus.c b/navit/speech/dbus/speech_dbus.c
index 53ab46f03..0fdfb71ab 100644
--- a/navit/speech/dbus/speech_dbus.c
+++ b/navit/speech/dbus/speech_dbus.c
@@ -73,5 +73,5 @@ speech_dbus_new(struct speech_methods *meth, struct attr **attrs, struct attr *p
void
plugin_init(void)
{
- plugin_register_speech_type("dbus", speech_dbus_new);
+ plugin_register_category_speech("dbus", speech_dbus_new);
}