{
if ((!a->idle_fill) && (!a->filled))
{
- snprintf(buf, sizeof(buf), "%s/.directory.desktop", path);
+ snprintf(buf, sizeof(buf), "%s/.directory", path);
if (ecore_file_exists(buf))
e_app_fields_fill(a, buf);
else
printf("BUG: Weird event for .order: %d\n", event);
}
}
- else if (!strcmp(file, ".directory.desktop"))
+ else if (!strcmp(file, ".directory"))
{
if ((event == ECORE_FILE_EVENT_CREATED_FILE) ||
(event == ECORE_FILE_EVENT_MODIFIED))
}
else
{
- printf("BUG: Weird event for .directory.desktop: %d\n", event);
+ printf("BUG: Weird event for .directory: %d\n", event);
}
}
else
char buf[4096];
/* FIXME: .directory.eaps are obsolete, but have yet to be replaced by FDO stuff. */
- snprintf(buf, sizeof(buf), "%s/.directory.desktop", a->path);
+ snprintf(buf, sizeof(buf), "%s/.directory", a->path);
if (!((a->icon_class) &&
(e_util_menu_item_edje_icon_list_set(mi, a->icon_class))))
/*e_menu_item_icon_edje_set(mi, buf, "icon")*/;