Don't handle home page opening twice.
authorDaniel Carl <danielcarl@gmx.de>
Sat, 9 Nov 2013 00:27:52 +0000 (01:27 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Sat, 9 Nov 2013 00:27:52 +0000 (01:27 +0100)
commit6319db734ccac13ab37d863a612190aa589be75f
treeb8aedcd207e8c855834feb67cb0b99a4345e9849
parent8c4b82a20d348f0d9cfbc403851410072b066fb9
Don't handle home page opening twice.

We set the homepage to open if not uri was given when vimb was called. But the
vb_load_uri() function did also a check if a uri was given. Now only
vb_load_uri handles the opening of home page.
src/main.c