diff options
author | portix <portix@gmx.net> | 2011-06-25 22:51:36 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-06-25 22:51:36 +0200 |
commit | 7ef55025f252225671c4fd23918561512a685e33 (patch) | |
tree | 11c6f350ddbb48013c0e8b884ac073104021529c /src/html.c | |
parent | 19927226e420f25651d5bf75d01506670b592e98 (diff) | |
download | dwb-7ef55025f252225671c4fd23918561512a685e33.zip |
Load dwb uri
Diffstat (limited to 'src/html.c')
-rw-r--r-- | src/html.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -123,7 +123,6 @@ dwb_html_keys(WebKitWebView *wv, HtmlTable *table) { </div>", i, n.second, n.first, n.first, n.first, dwb_modmask_to_string(km->mod), km->key ? km->key : ""); } - PRINT_DEBUG("%s", buffer->str); g_signal_connect(wv, "notify::load-status", G_CALLBACK(dwb_html_keys_load_cb), table); dwb_html_load_page(wv, table, buffer->str); g_string_free(buffer, true); |