summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-11-27 21:58:15 +0100
committerMichael Stahl <mstahl@redhat.com>2014-11-27 22:03:37 +0100
commit533c0c3d9ccbdb3c5a8725b43b84a3dd8d65f1cb (patch)
treec0fff6f3bb402a93e9d0dbbce566b3d074a91a09
parent2cab36dda4074ddfb20fc959fd7aa56c1b2b9463 (diff)
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)
-rw-r--r--extras/source/glade/libreoffice-catalog.xml.in2
-rw-r--r--svx/uiconfig/ui/xformspage.ui2
2 files changed, 2 insertions, 2 deletions
diff --git a/extras/source/glade/libreoffice-catalog.xml.in b/extras/source/glade/libreoffice-catalog.xml.in
index 2d1bb2425f90..fff29911d0b7 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 b5ad22980586..ad51aea3f53f 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>