Re: [PATCH] confirm overwrite asked twice

2007-01-28 Thread Abdelrazak Younes
Bo Peng wrote: The reason is that the qt save dialog asks and lyx itself asks too. The qt part can easily be turned off by the attached patch. I would say yes but let us wait for a qt guy's opinion. It looks sane, put it in. Abdel.

Re: [PATCH] confirm overwrite asked twice

2007-01-27 Thread Bo Peng
The reason is that the qt save dialog asks and lyx itself asks too. The qt part can easily be turned off by the attached patch. I would say yes but let us wait for a qt guy's opinion. Bo

[PATCH] confirm overwrite asked twice

2007-01-27 Thread Bernhard Roider
in the current trunk version lyx asks twice if it should overwrite a file when saving. The reason is that the qt save dialog asks and lyx itself asks too. The qt part can easily be turned off by the attached patch. Bernhard Index: src/frontends/qt4/FileDialog.C ===