Fixed url hostory init bug.
authorDaniel Carl <danielcarl@gmx.de>
Sat, 23 Mar 2013 10:48:58 +0000 (11:48 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Sat, 23 Mar 2013 10:48:58 +0000 (11:48 +0100)
commitc0db6a038c3fa130a57fec7b858e5b8553d3b491
treea1f6f823dc022d94c6bbe3bcfd407e954007ae22
parentc72173fed970f001c8c1e8df7f9a3d7acc31ad59
Fixed url hostory init bug.

If the browser read the history from file in the init function the history max
items where not set so we considered the max items to be 0. Now the url
history is initialized if the config is processed.
src/main.c
src/setting.c
src/url_history.c