pidgin: Set missing "conversations.font_frame" in prefs glade file

Thu, 11 Oct 2018 18:09:19 -0500

author
Mike Ruprecht <cmaiku@gmail.com>
date
Thu, 11 Oct 2018 18:09:19 -0500
changeset 39241
2f05ff459357
parent 39240
c03b43e0321c
child 39242
18ebcff52a51

pidgin: Set missing "conversations.font_frame" in prefs glade file

This sets the missing id attribute on the conversations.font_frame
in the prefs glade file. Without this, Windows crashes when opening
the Pidgin preferences.

pidgin/resources/Prefs/prefs.ui file | annotate | diff | comparison | revisions
--- a/pidgin/resources/Prefs/prefs.ui	Wed Oct 10 14:51:02 2018 -0500
+++ b/pidgin/resources/Prefs/prefs.ui	Thu Oct 11 18:09:19 2018 -0500
@@ -1300,7 +1300,7 @@
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkFrame">
+                  <object class="GtkFrame" id="conversations.font_frame">
                     <property name="can_focus">False</property>
                     <property name="label_xalign">0</property>
                     <property name="shadow_type">none</property>

mercurial