Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_hints.c e_thumb.c 


Log Message:


formatting and kiwis thumbnailer fix - not entirely fixed tho

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_hints.c,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -3 -r1.87 -r1.88
--- e_hints.c   19 Jun 2006 19:29:31 -0000      1.87
+++ e_hints.c   6 Jul 2006 06:16:21 -0000       1.88
@@ -412,9 +412,9 @@
      {
        char *str = NULL;
        
-       if (
-           (ecore_x_netwm_startup_id_get(bd->client.win, &str) && (str)) ||
-           ((bd->client.icccm.client_leader > 0) && 
ecore_x_netwm_startup_id_get(bd->client.icccm.client_leader, &str) && (str))
+       if ((ecore_x_netwm_startup_id_get(bd->client.win, &str) && (str)) ||
+           ((bd->client.icccm.client_leader > 0) && 
+            ecore_x_netwm_startup_id_get(bd->client.icccm.client_leader, &str) 
&& (str))
            )
          {
             if (!strncmp(str, "E_START|", 8))
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_thumb.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- e_thumb.c   13 Jun 2006 10:20:31 -0000      1.27
+++ e_thumb.c   6 Jul 2006 06:16:21 -0000       1.28
@@ -66,6 +66,9 @@
        event_handlers = evas_list_remove_list(event_handlers, event_handlers);
      }
    evas_list_free(thumb_files);
+
+   if (pid != -1)
+     kill(pid, SIGTERM);
    
    return 1;
 }
@@ -587,7 +590,11 @@
    
    ev = event;
    if (ev->pid != pid) return 1;
-   if (!thumb_files) return 1;
+   if (!thumb_files)
+     {
+        pid = -1;
+        return 1;
+     }
    
    t = thumb_files->data;
    thumb_files = evas_list_remove_list(thumb_files, thumb_files);



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