Enrico Forestieri wrote:
> > Author: rgheck
> > Date: Mon Apr 12 17:16:43 2010
> > New Revision: 34121
> > URL: http://www.lyx.org/trac/changeset/34121
> > 
> > Log:
> > Add a comment.
> > 
> > Modified:
> >    lyx-devel/trunk/src/buffer_funcs.cpp
> > 
> > Modified: lyx-devel/trunk/src/buffer_funcs.cpp
> > ==============================================================================
> > --- lyx-devel/trunk/src/buffer_funcs.cpp    Mon Apr 12 17:16:03 2010        
> > (r34120)
> > +++ lyx-devel/trunk/src/buffer_funcs.cpp    Mon Apr 12 17:16:43 2010        
> > (r34121)
> > @@ -147,6 +147,8 @@
> >             b->setUnnamed();
> >             b->setFileName(filename);
> >     } else
> > +           // in this case, the user chose the filename, so we assume that 
> > she
> > +           // really does want this file.
> >             b->markDirty();
> 
> I don't like this behavior. No editor that I know of behaves like that,
> not even notepad (gasp!) on Windows.

+1
pavel

> -- 
> Enrico

Reply via email to