Fix the log viewer

Thu, 29 Oct 2020 22:31:50 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 29 Oct 2020 22:31:50 -0500
changeset 40567
b782740bb1c2
parent 40566
0aa669949990
child 40568
0f0215662de5

Fix the log viewer

The send-binding property got moved from TalkatuView to TalkatuInput

Testing Done:
Built and verified that I could open the log viewer window again.

Reviewed at https://reviews.imfreedom.org/r/178/

pidgin/resources/Log/log-viewer.ui file | annotate | diff | comparison | revisions
--- a/pidgin/resources/Log/log-viewer.ui	Thu Oct 29 21:44:26 2020 -0500
+++ b/pidgin/resources/Log/log-viewer.ui	Thu Oct 29 22:31:50 2020 -0500
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 
+<!-- Generated with glade 3.22.2 
 
 Pidgin - Internet Messenger
 Copyright (C) Pidgin Developers <devel@pidgin.im>
@@ -39,7 +39,7 @@
     <property name="can_focus">False</property>
     <property name="role">log_viewer</property>
     <property name="type_hint">dialog</property>
-    <child>
+    <child type="titlebar">
       <placeholder/>
     </child>
     <child internal-child="vbox">
@@ -214,7 +214,6 @@
                         <property name="editable">False</property>
                         <property name="wrap_mode">word</property>
                         <property name="buffer">log_buffer</property>
-                        <property name="send_binding"/>
                       </object>
                     </child>
                   </object>

mercurial