libreofficekit/source/gtk/lokdocview.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit deb9203741dcea5dd3f2260f90203c07fb79e9de
Author: Ashod Nakashian <ashodnakash...@yahoo.com>
Date:   Sat Dec 5 22:11:33 2015 -0500

    Crash fix in gtktiledviewer when creating new view
    
    Change-Id: I85bb71e775f300214e05e75636bbee200d35ffaa
    Reviewed-on: https://gerrit.libreoffice.org/20418
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: David Tardon <dtar...@redhat.com>
    Tested-by: David Tardon <dtar...@redhat.com>

diff --git a/libreofficekit/source/gtk/lokdocview.cxx 
b/libreofficekit/source/gtk/lokdocview.cxx
index e0654b1..5903320 100644
--- a/libreofficekit/source/gtk/lokdocview.cxx
+++ b/libreofficekit/source/gtk/lokdocview.cxx
@@ -2399,6 +2399,7 @@ SAL_DLLPUBLIC_EXPORT GtkWidget* 
lok_doc_view_new_from_widget(LOKDocView* pOldLOK
     LibreOfficeKitDocument* pDocument = 
lok_doc_view_get_document(LOK_DOC_VIEW(pNewDocView));
     LOKDocViewPrivate& pNewPriv = getPrivate(LOK_DOC_VIEW(pNewDocView));
     pNewPriv->m_nViewId = pDocument->pClass->createView(pDocument);
+    pNewPriv->m_aRenderingArguments = pOldPriv->m_aRenderingArguments;
 
     postDocumentLoad(pNewDocView);
     return pNewDocView;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to