mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-13 22:29:26 +03:00
Fix framebuffer
svn path=/trunk/netsurf/; revision=12984
This commit is contained in:
parent
c8bdbdd2e7
commit
787f4954ea
@ -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
1
framebuffer/res/favicon.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../gtk/res/favicon.png
|
Loading…
Reference in New Issue
Block a user