Enlightenment CVS committal

Author  : kiwi
Project : e_modules
Module  : photo

Dir     : e_modules/photo/src/module


Modified Files:
        photo_item.c 


Log Message:
On picture change, if there were an information popup open, update it

===================================================================
RCS file: /cvs/e/e_modules/photo/src/module/photo_item.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- photo_item.c        11 Jul 2006 05:52:13 -0000      1.3
+++ photo_item.c        13 Jul 2006 03:28:19 -0000      1.4
@@ -338,6 +338,11 @@
         ITEM_TRANSITION_GO(1_0);
      }
 
+   /* 5. if there were a popup info, update it */
+
+   if (pi->popi)
+     photo_item_action_infos(pi);
+
    return 1;
 }
 




-------------------------------------------------------------------------
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