GNOME Bugzilla – Bug 313899
<Include>s for <LegacyDir>s with prefix=es don't work.
Last modified: 2005-08-22 08:19:45 UTC
The Includes for LegacyDirs that have prefixes get put in without the prefix in the included name, so the LegacyDir doesn't work.
Created attachment 50959 [details] [review] Fixes this bug.
Thanks: 2005-08-22 Mark McLoughlin <mark@skynet.ie> Based on patch from Chris Lahey <clahey@ximian.com> in bug #313899 * libmenu/entry-directories.c: (get_desktop_file_id_from_path): pass the DesktopEntryType instead of using EntryDirectory:entry_type which may be DESKTOP_ENTRY_INVALID with <LegacyDir> (entry_directory_foreach_recursive), (entry_directory_get_flat_contents): pass the appropriate entry type.