Fix framebuffer

svn path=/trunk/netsurf/; revision=12984
This commit is contained in:
John Mark Bell 2011-10-07 21:20:45 +00:00
parent c8bdbdd2e7
commit 787f4954ea
2 changed files with 4 additions and 0 deletions

View File

@ -104,6 +104,9 @@ nsurl *gui_get_resource_url(const char *path)
char *raw;
nsurl *url = NULL;
if (strcmp(path, "favicon.ico") == 0)
path = "favicon.png";
raw = path_to_url(filepath_sfind(respaths, buf, path));
if (raw != NULL) {
nsurl_create(raw, &url);

1
framebuffer/res/favicon.png Symbolic link
View File

@ -0,0 +1 @@
../../gtk/res/favicon.png