Revert "Revert "fix mixer gcc class name""

This reverts commit 6bacf20705.

oops - i was wrong. totally misread that patch i thinkg it changed
mixer -> emix
This commit is contained in:
Carsten Haitzler 2015-06-09 14:39:15 +09:00
parent 774e8297d2
commit e63f358933
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,