someone got a little too clever trying to disable multiple systray instances and now it doesn't even display an error dialog. well let me tell you, we like our error dialogs. we like them a lot.

SVN revision: 72562
This commit is contained in:
Mike Blumenkrantz 2012-06-21 06:36:14 +00:00
parent c3b0637802
commit b3e909434b
1 changed files with 1 additions and 4 deletions

View File

@ -1152,10 +1152,7 @@ _gc_icon(E_Gadcon_Client_Class *client_class __UNUSED__, Evas *evas)
static const char *
_gc_id_new(E_Gadcon_Client_Class *client_class __UNUSED__)
{
if (!instance)
return _name;
else
return NULL;
}
static const E_Gadcon_Client_Class _gc_class =