Author: sanda
Date: Mon Feb 22 03:01:04 2010
New Revision: 33533
URL: http://www.lyx.org/trac/changeset/33533
+ Compare * compare = new Compare(loadIfNeeded(FileName(f1)),
loadIfNeeded(FileName(f2)), dest, options);
+ compare->start(QThread::LowPriority);
+ sleep(2);
+ lyx::dispatch(FuncRequest(LFUN_BUFFER_SWITCH,
dest->absFileName()));
I think we should call the dialog from here. There are options to be
selected, revision numbers, progress info, progress bar, and we need to
wait until the process is finished before switching.
This now crashes.
Vincent