Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : proto

Dir     : e17/proto/exhibit/src/bin


Modified Files:
        exhibit_main.c 


Log Message:
- was using local pid instead of global pid and forcing thumb regen (fixed, 
Simon, now it makes sense eh? hehe, thanks)


===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/exhibit/src/bin/exhibit_main.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- exhibit_main.c      21 Dec 2005 20:17:20 -0000      1.14
+++ exhibit_main.c      22 Dec 2005 09:09:37 -0000      1.15
@@ -1,6 +1,7 @@
 #include "exhibit.h"
 #include <Ecore_File.h>
 
+extern pid_t pid;
 extern Evas_List *thumb_list;
 static int _ex_main_dtree_compare_cb(Etk_Tree *tree, Etk_Tree_Row *row1, 
Etk_Tree_Row *row2, Etk_Tree_Col *col, void *data);
 
@@ -271,7 +272,6 @@
        char image[PATH_MAX];
        char imagereal[PATH_MAX];
        struct stat st;
-       pid_t pid;
        Epsilon *ep;
 
         /* Do not include hidden files */
@@ -315,7 +315,7 @@
           thumb->e = e;
           thumb->name = strdup(dir_entry->d_name);
           thumb_list = evas_list_append(thumb_list, thumb);
-          if(pid == -1); _ex_thumb_generate();
+          if(pid == -1) _ex_thumb_generate();
        }
      }
 




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to