Nicolas Lécureuil wrote:
Hello,

i  saw that you provided a patch to debian to fix http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=475523

i am a mandriva contributor and i would like to see this bug fixed for us to.

would it be possible to obtain that patch please ?

Sure, here it is (also appended to this mail):

http://www.lyx.org/trac/changeset/24324?format=diff&new=24324

FYI LyX-1.5.5 (that contains the fix) is going to be released tomorrow.

Regards,
Abdel.



Index: /lyx-devel/branches/BRANCH_1_5_X/src/frontends/WorkArea.cpp
===================================================================
--- /lyx-devel/branches/BRANCH_1_5_X/src/frontends/WorkArea.cpp (revision 20222)
+++ /lyx-devel/branches/BRANCH_1_5_X/src/frontends/WorkArea.cpp (revision 24324)
@@ -244,10 +244,5 @@
void WorkArea::resizeBufferView()
{
-       lyx_view_.busy(true);
-       lyx_view_.message(_("Formatting document..."));
        buffer_view_->workAreaResize(width(), height());
-       lyx_view_.updateLayoutChoice();
-       lyx_view_.clearMessage();
-       lyx_view_.busy(false);
}

Index: /lyx-devel/branches/BRANCH_1_5_X/status.15x
===================================================================
--- /lyx-devel/branches/BRANCH_1_5_X/status.15x (revision 24291)
+++ /lyx-devel/branches/BRANCH_1_5_X/status.15x (revision 24324)
@@ -108,4 +108,6 @@
* USER INTERFACE:

+- Fix crash on startup with Qt4.4.
+
- Fix an assertion with compressed image files that do not have a
  zip-extension.


Reply via email to