[email protected] wrote: > Author: rgheck > Date: Fri Jan 8 15:38:15 2010 > New Revision: 32881 > URL: http://www.lyx.org/trac/changeset/32881 > > Log: > Do not reload on check-in if check-in is cancelled.
> - reloadBuffer(); > + if (!msg.empty()) > + reloadBuffer(); this is wrong. you can commit with empty message. pavel
