summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2011-05-09 23:17:46 +0200
committerportix <portix@gmx.net>2011-05-09 23:17:46 +0200
commitde008793cbf4cdbcd43ed79d659d86c97dc0ce74 (patch)
tree73e4121308670285b5b4b2643b04c3f6aa8533f9
parent9b12bfe0c13ea638b0ecab96eac64b4f365b42e4 (diff)
downloaddwb-de008793cbf4cdbcd43ed79d659d86c97dc0ce74.zip
Temporarily remove settings from info panel
--HG-- branch : html
-rw-r--r--lib/info.html3
-rw-r--r--src/html.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/info.html b/lib/info.html
index 8971c806..e4edcdea 100644
--- a/lib/info.html
+++ b/lib/info.html
@@ -5,7 +5,8 @@
<div class='dwb_button' ><a href="dwb://bookmarks">Bookmarks</a></div>
<div class='dwb_button' ><a href="dwb://quickmarks">Quickmarks</a></div>
<div class='dwb_button' ><a href="dwb://history">History</a></div>
- <div class='dwb_sbutton' ><a href="dwb://settings">Settings</a></div>
+<!-- <div class='dwb_sbutton' ><a href="dwb://settings">Settings</a></div> -->
+
</div>
<!--content goes here-->
<div class='dwb_infopanel'>
diff --git a/src/html.c b/src/html.c
index 22d35d8e..2158e20c 100644
--- a/src/html.c
+++ b/src/html.c
@@ -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