Thu, 13 Jan 2022 22:34:37 -0600
Remove the interface page from preferences as all of those preferences were made obsolete when we moved the conversation window to using a list
Testing Done:
* Verified the preferences window loaded without issue
* Ran `ninja pidgin-pot`
Reviewed at https://reviews.imfreedom.org/r/1216/
<?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.38.2 Pidgin - Internet Messenger Copyright (C) Pidgin Developers <devel@pidgin.im> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. --> <interface> <requires lib="gtk+" version="3.22"/> <requires lib="libhandy" version="0.0"/> <!-- interface-license-type gplv2 --> <!-- interface-name Pidgin --> <!-- interface-description Internet Messenger --> <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> <object class="GtkImage" id="image1"> <property name="visible">True</property> <property name="can-focus">False</property> <property name="icon-name">document-properties-symbolic</property> </object> <template class="PidginCredentialProviderRow" parent="HdyActionRow"> <property name="visible">True</property> <property name="can-focus">True</property> <property name="activatable">True</property> <child> <object class="GtkButton" id="configure"> <property name="sensitive">False</property> <property name="can-focus">True</property> <property name="receives-default">True</property> <property name="halign">center</property> <property name="valign">center</property> <property name="image">image1</property> <style> <class name="circular"/> </style> </object> </child> <child> <object class="GtkImage" id="active"> <property name="visible">True</property> <property name="can-focus">False</property> <property name="valign">center</property> <property name="xpad">6</property> <property name="ypad">6</property> <property name="icon-name">emblem-default-symbolic</property> </object> </child> </template> </interface>