GNOME Bugzilla – Bug 312243
wrong zoo and 7-zip extensions
Last modified: 2005-08-02 16:44:09 UTC
Somehow somebody mixed up the extensions for zoo and 7-zip. In src/actions.c in function get_supported_archive_types when "zoo" is found in the path the extension added is ".7z". With 7-zip archives it's the other way round.
Created attachment 50069 [details] [review] add the correct extension for zoo and 7-zip archives + fixes the wrong extensions for 7-zip and zoo archives + "7za" and "7z" are really the same tool, so I think it's better to handle them as one
patch applied, you are the man.