diff options
author | portix <portix@gmx.net> | 2011-06-27 02:00:25 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-06-27 02:00:25 +0200 |
commit | 6d7e001151a81d3c78ebc75aaaa86c8f4a9b6c56 (patch) | |
tree | 5cb1649a8fe1a157f77529ebeecf4d83fbc17739 /src/html.c | |
parent | fe6f14948ee50a30151b008bb1451bf703cc437d (diff) | |
download | dwb-6d7e001151a81d3c78ebc75aaaa86c8f4a9b6c56.zip |
Put visited link rule before hover rule
Diffstat (limited to 'src/html.c')
-rw-r--r-- | src/html.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -159,7 +159,6 @@ dwb_html_keys_load_cb(WebKitWebView *wv, GParamSpec *p, HtmlTable *table) { } g_signal_handlers_disconnect_by_func(wv, dwb_html_keys_load_cb, table); } - } void dwb_html_keys(WebKitWebView *wv, HtmlTable *table) { |