modify timers for information popups

SVN revision: 23743
This commit is contained in:
kiwi 2006-07-07 20:04:16 +00:00 committed by kiwi
parent 19718e0913
commit ba7efc479e
3 changed files with 4 additions and 2 deletions

View File

@ -38,7 +38,7 @@ typedef struct _Photo_Item Photo_Item;
#define ITEM_ACTION_MENU 8
#define ITEM_ACTION_PARENT 10
#define ITEM_INFOS_TIMER 4
#define ITEM_INFOS_TIMER 5
struct _Photo_Item
{

View File

@ -165,7 +165,7 @@ _cb_menu_pre_select(void *data, E_Menu *m, E_Menu_Item *mi)
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);

View File

@ -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);