From 6bacf2070532d0bdf22afa4d303ac41a0ce52047 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Tue, 9 Jun 2015 11:09:12 +0900 Subject: [PATCH] Revert "fix mixer gcc class name" This reverts commit 718b3206cbc480b607bed771bbe679c2d312fe16. no - this REPLACEs the mixer module. the same old mixer gadget that was originally in e now will be replaced by this new epulse/emixer gadget. thus the "mixer" gadcon name. --- src/modules/mixer/e_mod_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/mixer/e_mod_main.c b/src/modules/mixer/e_mod_main.c index c6c68223d..0a7c4fb44 100644 --- a/src/modules/mixer/e_mod_main.c +++ b/src/modules/mixer/e_mod_main.c @@ -29,7 +29,7 @@ static const char *_gc_id_new(const E_Gadcon_Client_Class *client_class); static const E_Gadcon_Client_Class _gadcon_class = { GADCON_CLIENT_CLASS_VERSION, - "mixer", + "emix", { _gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon, _gc_id_new, NULL,