Don't fail on non-HTML/CSS types - we just don't want an icon saving so is non-fatal.

svn path=/trunk/netsurf/; revision=9743
This commit is contained in:
Chris Young 2009-12-19 14:41:48 +00:00
parent f723272cf2
commit d9b17c8077
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ bool save_complete_gui_save(const char *path, const char *filename, size_t len,
break;
default:
free(fullpath);
return false;
return true;
break;
}