From b3e909434bc05c876491e8a9072012293292deb1 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 21 Jun 2012 06:36:14 +0000 Subject: [PATCH] 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 --- src/modules/systray/e_mod_main.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/modules/systray/e_mod_main.c b/src/modules/systray/e_mod_main.c index 862961612..5ea502186 100644 --- a/src/modules/systray/e_mod_main.c +++ b/src/modules/systray/e_mod_main.c @@ -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; + return _name; } static const E_Gadcon_Client_Class _gc_class =