[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - extras/source svx/uiconfig
Michael Stahl
mstahl at redhat.com
Thu Nov 27 13:09:10 PST 2014
extras/source/glade/libreoffice-catalog.xml.in | 2 +-
svx/uiconfig/ui/xformspage.ui | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 533c0c3d9ccbdb3c5a8725b43b84a3dd8d65f1cb
Author: Michael Stahl <mstahl at redhat.com>
Date: Thu Nov 27 21:58:15 2014 +0100
fdo#86557: svx: fix crash when creating new "XML Form Document"
Strangely it doesn't crash on Linux.
(regression from 713735fc89b9e0222d8b62d051153da6932b3ebd)
Change-Id: Ie29c795f5edec7d8fdf949027359c0c509edb15c
(cherry picked from commit 8505c7970ac05a3fda13789f1b2c50d6d979294e)
diff --git a/extras/source/glade/libreoffice-catalog.xml.in b/extras/source/glade/libreoffice-catalog.xml.in
index 2d1bb24..fff2991 100644
--- a/extras/source/glade/libreoffice-catalog.xml.in
+++ b/extras/source/glade/libreoffice-catalog.xml.in
@@ -776,7 +776,7 @@
<glade-widget-class title="Statusbar" name="svxlo-StatusBar"
generic-name="Statusbar" parent="GtkStatusbar"
icon-name="widget-gtk-statusbar"/>
- <glade-widget-class title="DataTreeListBox" name="svxlo-DataTreeListBox"
+ <glade-widget-class title="DataTreeListBox" name="svxcorelo-DataTreeListBox"
generic-name="DataTreeListBox" parent="GtkTreeView"
icon-name="widget-gtk-treeview"/>
diff --git a/svx/uiconfig/ui/xformspage.ui b/svx/uiconfig/ui/xformspage.ui
index b5ad229..ad51aea 100644
--- a/svx/uiconfig/ui/xformspage.ui
+++ b/svx/uiconfig/ui/xformspage.ui
@@ -94,7 +94,7 @@
</packing>
</child>
<child>
- <object class="svxlo-DataTreeListBox" id="items:border">
+ <object class="svxcorelo-DataTreeListBox" id="items:border">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hexpand">True</property>
More information about the Libreoffice-commits
mailing list