Thu, 11 Oct 2018 18:09:19 -0500
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>