Kaydet (Commit) 8505c797 authored tarafından Michael Stahl's avatar Michael Stahl

fdo#86557: svx: fix crash when creating new "XML Form Document"

Strangely it doesn't crash on Linux.

(regression from 713735fc)

Change-Id: Ie29c795f5edec7d8fdf949027359c0c509edb15c
üst 20d1e20d
......@@ -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"/>
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment