talkatu/talkatu

64cbb1d0b8df
Parents 28fa81b6d992
Children 8fc3991a77d0
fix a crash in glade when trying to use talkatu editor

The GtkTextView internal child for TalkatuEditor got renamed to input.

Testing Done:
Opened `demo/data/demo.ui` in glade without the fix, crashes, opened again with the fix and the file is loaded without glade crashing.

Reviewed at https://reviews.imfreedom.org/r/54/
--- a/talkatu/talkatu.xml Thu Jul 23 20:15:33 2020 -0500
+++ b/talkatu/talkatu.xml Thu Jul 30 20:44:55 2020 -0500
@@ -4,7 +4,7 @@
<glade-widget-class name="TalkatuEditor" generic-name="editor" title="Editor">
<internal-children>
<object name="toolbar"/>
- <object name="view"/>
+ <object name="input"/>
<object name="send_button"/>
</internal-children>
</glade-widget-class>