Enlightenment CVS committal

Author  : kiwi
Project : e_modules
Module  : photo

Dir     : e_modules/photo/src/module


Modified Files:
        photo_item.h photo_picture_histo.c photo_picture_histo.h 


Log Message:
modify timers for information popups

===================================================================
RCS file: /cvs/e/e_modules/photo/src/module/photo_item.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- photo_item.h        7 Jul 2006 17:15:25 -0000       1.1
+++ photo_item.h        7 Jul 2006 20:04:16 -0000       1.2
@@ -38,7 +38,7 @@
 #define ITEM_ACTION_MENU 8
 #define ITEM_ACTION_PARENT 10
 
-#define ITEM_INFOS_TIMER 4
+#define ITEM_INFOS_TIMER 5
 
 struct _Photo_Item
 {
===================================================================
RCS file: /cvs/e/e_modules/photo/src/module/photo_picture_histo.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- photo_picture_histo.c       7 Jul 2006 17:15:25 -0000       1.1
+++ photo_picture_histo.c       7 Jul 2006 20:04:16 -0000       1.2
@@ -165,7 +165,7 @@
      photo_popup_info_del(pi->histo.popi);

 

    pi->histo.popi = photo_popup_info_add(pi, p->infos.name, text, p,

-                                         4,

+                                         PICTURE_HISTO_POPUP_TIMER,

                                          POPUP_INFO_PLACEMENT_CENTERED,

                                          _cb_popi_close, NULL);

 

===================================================================
RCS file: /cvs/e/e_modules/photo/src/module/photo_picture_histo.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- photo_picture_histo.h       7 Jul 2006 17:15:25 -0000       1.1
+++ photo_picture_histo.h       7 Jul 2006 20:04:16 -0000       1.2
@@ -9,6 +9,8 @@
 

 #define PICTURE_HISTO_SIZE_MAX 7

 

+#define PICTURE_HISTO_POPUP_TIMER 5

+

 int      photo_picture_histo_init(Photo_Item *pi);

 void     photo_picture_histo_shutdown(Photo_Item *pi);

 




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