diff options
Diffstat (limited to 'plugins/haier/mm-plugin-haier.c')
-rw-r--r-- | plugins/haier/mm-plugin-haier.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/haier/mm-plugin-haier.c b/plugins/haier/mm-plugin-haier.c index 27f67dcf..0c11aeb6 100644 --- a/plugins/haier/mm-plugin-haier.c +++ b/plugins/haier/mm-plugin-haier.c @@ -54,7 +54,7 @@ mm_plugin_create (void) static const guint16 vendor_ids[] = { 0x201e, 0 }; return MM_PLUGIN (g_object_new (MM_TYPE_PLUGIN_HAIER, - MM_PLUGIN_NAME, "Haier", + MM_PLUGIN_NAME, MM_MODULE_NAME, MM_PLUGIN_ALLOWED_SUBSYSTEMS, subsystems, MM_PLUGIN_ALLOWED_VENDOR_IDS, vendor_ids, MM_PLUGIN_ALLOWED_AT, TRUE, |