|
a/src/qtgui/rclmain_w.cpp |
|
b/src/qtgui/rclmain_w.cpp |
|
... |
|
... |
421 |
// are inconsistent (ie: applying sort will fail. But we
|
421 |
// are inconsistent (ie: applying sort will fail. But we
|
422 |
// don't like erasing results while the user may be
|
422 |
// don't like erasing results while the user may be
|
423 |
// looking at them either). Fixing this would be
|
423 |
// looking at them either). Fixing this would be
|
424 |
// relatively complicated (keep an open/close gen number
|
424 |
// relatively complicated (keep an open/close gen number
|
425 |
// and check this / restart query in DocSeqDb() ?)
|
425 |
// and check this / restart query in DocSeqDb() ?)
|
426 |
rcldb->close();
|
426 |
string reason;
|
|
|
427 |
maybeOpenDb(reason, 1);
|
427 |
periodictimer->changeInterval(1000);
|
428 |
periodictimer->changeInterval(1000);
|
428 |
}
|
429 |
}
|
429 |
} else {
|
430 |
} else {
|
430 |
// Indexing is running
|
431 |
// Indexing is running
|
431 |
m_idxStatusAck = false;
|
432 |
m_idxStatusAck = false;
|