Port Pidgin from purple_protocols to PurpleProtocolManager

Review Request #529 — Created Feb. 25, 2021 and submitted

Information

pidgin/pidgin
default
534, 538
efd0b7e5bff1

Reviewers

Port Pidgin from purple_protocols to PurpleProtocolManager

Compiled and ran.

Description From Last Updated

Since this happens so much, do we want a purple_account_get_protocol? Also, is it ever possible for a PurpleAccount to exist …

QuLogicQuLogic

Could make an account variable here too, since here's another use for it.

QuLogicQuLogic

Space after =

QuLogicQuLogic
grim
QuLogic
  1. 
      
  2. Show all issues

    Since this happens so much, do we want a purple_account_get_protocol?

    Also, is it ever possible for a PurpleAccount to exist without an associated PurpleProtocol? Maybe it's when a prpl is deleted?

    1. I'm not against a helper here, wish I had thought of it before doing all this though 😂

      And yeah the protocol plugin being deleted or not loading for some reason will cause the account to show an "unknown" protocol in the ui.

  3. pidgin/gtkblist.c (Diff revision 2)
     
     
    Show all issues

    Could make an account variable here too, since here's another use for it.

  4. 
      
grim
grim
rlaager
  1. Ship It!
  2. 
      
QuLogic
  1. Ship It!
  2. pidgin/gtkutils.c (Diff revision 3)
     
     
    Show all issues

    Space after =

  3. 
      
grim
grim
Review request changed
Status:
Completed