Fix check for whether a browser is installed
authorSteven Luo <steven+maemo@steven676.net>
Sun, 30 May 2010 08:54:25 +0000 (01:54 -0700)
committerSteven Luo <steven+maemo@steven676.net>
Sun, 30 May 2010 08:54:25 +0000 (01:54 -0700)
commite384055689c962201c32e19eb0f3808419ae92c5
tree6a199fa740f7f6df418986fd858c153502dc7138
parent9ea41db1f7c10a9fafe48dca63e7ee37dcab77a9
Fix check for whether a browser is installed

The intent was to exempt MicroB (and any other browser listed with
browser->binary = NULL) from the check, but the tests here didn't do
that.  Fix this so that default_browser = microb doesn't emit a warning.
launcher.c