Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        edje_private.h edje_program.c 


Log Message:


consistant signal names! :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_private.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- edje_private.h      25 Jun 2003 08:28:21 -0000      1.19
+++ edje_private.h      25 Jun 2003 23:36:44 -0000      1.20
@@ -12,7 +12,6 @@
 
 /* FIXME:
  * add a smooth scale option to fill params
- * make signals names etc. consistent (ie "program,start" not "action,start")
  * reference count programs since the tmp lists can be screwed if a program is ended 
by another
  * need "random" signals and events for hooking to, and "random" durations
  * free stuff - no more leaks
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_program.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- edje_program.c      24 Jun 2003 02:33:04 -0000      1.1
+++ edje_program.c      25 Jun 2003 23:36:44 -0000      1.2
@@ -133,7 +133,7 @@
        runp->edje->actions = evas_list_remove(runp->edje->actions, runp);
        if (!runp->edje->actions)
          _edje_animators = evas_list_remove(_edje_animators, runp->edje);
-       _edje_emit(runp->edje, "anim,stop", runp->program->name);
+       _edje_emit(runp->edje, "program,stop", runp->program->name);
        if (runp->program->after >= 0)
          {
             Edje_Program *pr;
@@ -181,7 +181,7 @@
    runp->edje->actions = evas_list_remove(runp->edje->actions, runp);
    if (!runp->edje->actions)
      _edje_animators = evas_list_remove(_edje_animators, runp->edje);
-   _edje_emit(runp->edje, "anim,stop", runp->program->name);
+   _edje_emit(runp->edje, "program,stop", runp->program->name);
    _edje_thaw(runp->edje);
    free(runp);
 }
@@ -192,7 +192,7 @@
    Evas_List *l;
 
    _edje_freeze(ed);
-   _edje_emit(ed, "anim,start", pr->name);
+   _edje_emit(ed, "program,start", pr->name);
    if (pr->action == EDJE_ACTION_TYPE_STATE_SET)
      {
        if (pr->tween.time > 0.0)




-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to