update icon cache major

Make sure we don't reuse some old cache

SVN revision: 56620
This commit is contained in:
Sebastian Dransfeld 2011-02-01 08:53:43 +00:00
parent 812b38c286
commit 5e69accabd
1 changed files with 2 additions and 2 deletions

View File

@ -121,8 +121,8 @@ extern Eina_Hash *efreet_icon_themes;
#define EFREET_DESKTOP_UTILS_CACHE_MAJOR 1
#define EFREET_DESKTOP_UTILS_CACHE_MINOR 0
#define EFREET_ICON_CACHE_MAJOR 0
#define EFREET_ICON_CACHE_MINOR 4
#define EFREET_ICON_CACHE_MAJOR 1
#define EFREET_ICON_CACHE_MINOR 0
typedef struct _Efreet_Cache_Directory Efreet_Cache_Directory;
typedef struct _Efreet_Cache_Icon Efreet_Cache_Icon;