Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_apps.c 


Log Message:


configure dialog less bitching from edje
fiddled with apps code -  note sure if this should fix anything at all-
shouldnt, but makes me feel happy that i fiddled with something. :)

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_apps.c,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -3 -r1.153 -r1.154
--- e_apps.c    21 Aug 2006 15:54:40 -0000      1.153
+++ e_apps.c    26 Aug 2006 01:24:27 -0000      1.154
@@ -477,7 +477,6 @@
    inst->launch_time = ecore_time_get();
    inst->expire_timer = ecore_timer_add(10.0, _e_app_cb_expire_timer, inst);
    a->instances = evas_list_append(a->instances, inst);
-//   e_object_ref(E_OBJECT(a));
    _e_apps_start_pending = evas_list_append(_e_apps_start_pending, a);
    if (a->startup_notify) a->starting = 1;
    for (l = a->references; l; l = l->next)
@@ -2201,9 +2200,10 @@
        aut->read = ecore_exe_event_data_get(ai->exe, ECORE_EXE_PIPE_READ);
        e_app_error_dialog(NULL, aut);
      }
+   a->instances = evas_list_remove(a->instances, ai);
+   ai->exe = NULL;
    if (ai->expire_timer) ecore_timer_del(ai->expire_timer);
    free(ai);
-   a->instances = evas_list_remove(a->instances, ai);
    _e_apps_start_pending = evas_list_remove(_e_apps_start_pending, a);
    for (l = a->references; l; l = l->next)
      {



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to