Revert "fix mixer gcc class name"

This reverts commit 718b3206cb.

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.
This commit is contained in:
Carsten Haitzler 2015-06-09 11:09:12 +09:00
parent 718b3206cb
commit 6bacf20705
1 changed files with 1 additions and 1 deletions

View File

@ -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,