browser: refresh browser on database update properly

This commit is contained in:
Andrzej Rybczak
2015-04-12 19:17:54 +02:00
parent d1528ffc71
commit e30149d04c
8 changed files with 80 additions and 35 deletions

View File

@@ -66,7 +66,7 @@ namespace
signal(sig, sighandler);
# endif // __sun && __SVR4
}
void do_at_exit()
{
// restore old cerr buffer
@@ -156,7 +156,7 @@ int main(int argc, char **argv)
// just ignore it and wait for the connection to
// be reestablished.
sigignore(SIGPIPE);
while (!Actions::ExitMainLoop)
{
try