>>> Author: younes >>> Date: Sun Sep 27 12:29:13 2009 >>> New Revision: 31472 >>> URL: http://www.lyx.org/trac/changeset/31472 >>> >>> Log: >>> Transfer LFUN_INSET_APPLY from GuiView to BufferView. >>> The list of dialog edited inset is now stored in BufferView. >>> >>> >> >> Before this commit, dialogs that were connected to an Inset were >> automatically closed when the buffer with this Inset was closed. Now,
>> this doesn't happen anymore. >> > >This is intended. Dialog disappearing automagically are bad. The correct >behaviour is to disable dialog when the inset is disconnected. > Please don't tell me you're making intentional changes by breaking code while pretending that the code is only adjusted to the new framework. Vincent