Port the AccountChooser to GTK4 gtk4

Thu, 25 Aug 2022 20:28:29 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 25 Aug 2022 20:28:29 -0500
branch
gtk4
changeset 41587
9f2cab72715c
parent 41586
4d0ae8061933
child 41588
1d0457d4b245

Port the AccountChooser to GTK4

Testing Done:
Open the new im dialog and verified the account chooser worked as expected.

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

pidgin/resources/Accounts/chooser.ui file | annotate | diff | comparison | revisions
--- a/pidgin/resources/Accounts/chooser.ui	Thu Aug 25 20:27:52 2022 -0500
+++ b/pidgin/resources/Accounts/chooser.ui	Thu Aug 25 20:28:29 2022 -0500
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.38.2 
-
+<!--
 Pidgin - Internet Messenger
 Copyright (C) Pidgin Developers <devel@pidgin.im>
 
@@ -15,19 +14,15 @@
 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.
-
+along with this library; if not, see <https://www.gnu.org/licenses/>.
 -->
 <interface>
-  <requires lib="gtk+" version="3.20"/>
+  <requires lib="gtk" version="4.0"/>
   <!-- interface-license-type gplv2 -->
   <!-- interface-name Pidgin -->
   <!-- interface-description Internet Messenger -->
   <!-- interface-copyright Pidgin Developers <devel@pidgin.im> -->
   <template class="PidginAccountChooser" parent="GtkComboBox">
-    <property name="visible">True</property>
-    <property name="can-focus">False</property>
     <child>
       <object class="GtkCellRendererPixbuf"/>
       <attributes>

mercurial