fix mixer gcc class name

This commit is contained in:
Mike Blumenkrantz 2015-06-08 15:02:24 -04:00
parent 8f2d8748e1
commit 718b3206cb
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,
"emix",
"mixer",
{
_gc_init, _gc_shutdown,
_gc_orient, _gc_label, _gc_icon, _gc_id_new, NULL,