We need to determine where the full path came from.

SVN revision: 26217
This commit is contained in:
David Walter Seikel 2006-09-29 12:25:39 +00:00
parent 9201a62908
commit 7749a80dfd
2 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,7 @@ struct _Ecore_Desktop
unsigned char no_display:1;
unsigned char allocated:1;
unsigned char ondisk:1;
unsigned char hard_icon:1;
/* Actually calling this st_mtime causes compile issues, must be some strange macros at work. */
time_t mtime; /* For checking if the cache is valid. */
};

View File

@ -329,6 +329,7 @@ _ecore_desktop_get(const char *file, const char *lang)
free(temp);
}
}
result->hard_icon = 1;
}
/* icon/class is a list of standard icons from the theme that can override the icon created above.