Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : net

Dir     : e_modules/net/src


Modified Files:
        e_mod_config.c 


Log Message:
Provide a source when sending signals.

===================================================================
RCS file: /cvs/e/e_modules/net/src/e_mod_config.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- e_mod_config.c      14 Feb 2007 08:23:45 -0000      1.5
+++ e_mod_config.c      14 Feb 2007 08:26:14 -0000      1.6
@@ -77,9 +77,9 @@
        if (!inst->timer)
          inst->timer = ecore_timer_add(0.5, _cb_poll, inst);
        if (!ci->show_text)
-         edje_object_signal_emit(inst->o_net, "e,state,text,hide", "");
+         edje_object_signal_emit(inst->o_net, "e,state,text,hide", "e");
        else
-         edje_object_signal_emit(inst->o_net, "e,state,text,show", "");
+         edje_object_signal_emit(inst->o_net, "e,state,text,show", "e");
          
        break;
      }



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to