diff options
author | portix <portix@gmx.net> | 2011-06-26 21:33:04 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-06-26 21:33:04 +0200 |
commit | 8ad841cd1cdebc6fa80bc382f46cada05e365316 (patch) | |
tree | b0c33a55f5dfae66f918020360786f2769b1dfcd /src/html.c | |
parent | 5b698f76c527268fa480bf638001dd8905350e9b (diff) | |
download | dwb-8ad841cd1cdebc6fa80bc382f46cada05e365316.zip |
CSS for settings
Diffstat (limited to 'src/html.c')
-rw-r--r-- | src/html.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ dwb_html_load_page(WebKitWebView *wv, HtmlTable *t, char *panel) { GString *content = g_string_new(NULL); char *path = dwb_util_get_data_file(t->file); char *headpath = dwb_util_get_data_file(HEAD_FILE); + if (path && headpath) { /* load head */ g_file_get_contents(headpath, &filecontent, NULL, NULL); |