Kaydet (Commit) 954f96ea authored tarafından Katarina Behrens's avatar Katarina Behrens Kaydeden (comit) Andras Timar

tdf#94037: Don't try to manipulate non-existent widget container

Regression from commit 8b779997, which replaced
named GtkFrame with GtkBox, but didn't rename the box accordingly.

Change-Id: I321dbee05faded81dbf575bca3c578ecb09f1a3e
Reviewed-on: https://gerrit.libreoffice.org/18562Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 48615e21
......@@ -180,7 +180,7 @@
</packing>
</child>
<child>
<object class="GtkBox" id="box3">
<object class="GtkBox" id="options">
<property name="visible">True</property>
<property name="can_focus">False</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