diff options
author | portix <portix@gmx.net> | 2011-05-09 23:17:46 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-05-09 23:17:46 +0200 |
commit | de008793cbf4cdbcd43ed79d659d86c97dc0ce74 (patch) | |
tree | 73e4121308670285b5b4b2643b04c3f6aa8533f9 /src/html.c | |
parent | 9b12bfe0c13ea638b0ecab96eac64b4f365b42e4 (diff) | |
download | dwb-de008793cbf4cdbcd43ed79d659d86c97dc0ce74.zip |
Temporarily remove settings from info panel
--HG--
branch : html
Diffstat (limited to 'src/html.c')
-rw-r--r-- | src/html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ static HtmlTable table[] = { { "dwb://bookmarks", "Bookmarks", INFO_FILE, 0, dwb_html_bookmarks }, { "dwb://quickmarks", "Quickmarks", INFO_FILE, 0, dwb_html_quickmarks }, { "dwb://history", "History", INFO_FILE, 0, dwb_html_history }, - { "dwb://settings", "Settings", SETTINGS_FILE, 0, dwb_html_settings }, + //{ "dwb://settings", "Settings", SETTINGS_FILE, 0, dwb_html_settings }, }; void |