Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_apps.c e_zone.c 


Log Message:


weird icons are because startup id was broken!

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_apps.c,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -3 -r1.90 -r1.91
--- e_apps.c    4 Oct 2005 22:19:51 -0000       1.90
+++ e_apps.c    5 Oct 2005 08:47:29 -0000       1.91
@@ -635,6 +635,9 @@
             if (((launch_id > 0) && (ai->launch_id > 0) && (ai->launch_id == 
launch_id)) ||
                 ((pid > 1) && (ai->exe) && (ecore_exe_pid_get(ai->exe) == 
pid)))
               {
+                 printf("IC: ai->launch_id [%i] == launch_id [%i] | 
ai->exe->pid [%i] == pid [%i]\n",
+                        ai->launch_id, launch_id, ecore_exe_pid_get(ai->exe), 
pid);
+                 printf("  RET %s\n", a->name);
                  _e_apps_list = evas_list_remove_list(_e_apps_list, l);
                  _e_apps_list = evas_list_prepend(_e_apps_list, a);
                  return a;
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_zone.c,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -3 -r1.79 -r1.80
--- e_zone.c    3 Oct 2005 07:36:23 -0000       1.79
+++ e_zone.c    5 Oct 2005 08:47:29 -0000       1.80
@@ -538,14 +538,12 @@
    char buf[4096], buf2[32];
    
    if (!a) return 0;
-   if (!startup_id)
+   if (!startup_id == 0)
      {
        p1 = getenv("E_STARTUP_ID");
-       if (p1)
-         startup_id = atoi(p1);
+       if (p1) startup_id = atoi(p1);
      }
-   else
-     startup_id = 1;
+   startup_id++;
    /* save previous env vars we need to save */
    penv_display = getenv("DISPLAY");
    if (penv_display) penv_display = strdup(penv_display);




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to