- Bugs:
Fix some issues with the protocol chooser and clean up its usage in GtkAccount
Review Request #533 — Created Feb. 26, 2021 and submitted
Fix some issues with the protocol chooser and clean up its usage in GtkAccount
Added
PidginProtocolStore
andPidginProtocolChooser
to the Glade catalog.
Updated the template forPidginProtocolChooser
to use aGtkTreeModelSort
to sort the list of protocols.
Ported the existingpurple_protocols_*
API use topidgin_protocol_manager_*
Verified the new account dialog shows up properly with the protocol chooser sorted.
Verified that editing an account had the proper protocol selected.
Verified that changing a protocol on an existing account worked.
- Change Summary:
-
Found this other bug that I forgot about while triaging, and turns out this does fix it :)
- Bugs:
- Summary:
-
Fix some issues with the protocol chooser and clean up it's usage in GtkAccountFix some issues with the protocol chooser and clean up its usage in GtkAccount
- Description:
-
~ Fix some issues with the protocol chooser and clean up it's usage in GtkAccount
~ Fix some issues with the protocol chooser and clean up its usage in GtkAccount
~ Added PidginProtocolStore and PidginProtocolChooser to the Glade catalog.
~ Updated the template for PidginProtocolChooser to use a GtkTreeModelSort to sort the list of protocols. ~ Added
PidginProtocolStore
andPidginProtocolChooser
to the Glade catalog.~ Updated the template for PidginProtocolChooser
to use aGtkTreeModelSort
to sort the list of protocols.Ported the existing purple_protocols_*
API use topidgin_protocol_manager_*