Use gtk_widget_set_visible for everything

Review Request #2430 — Created April 11, 2023 and submitted

Information

pidgin/pidgin
default

Reviewers

gtk_widget_show and gtk_widget_hide are deprecated in GTK 4.10. However,
gtk_widget_set_visible has been around forever so we just need to move to that.

I didn't test all of these and there are probably some that can still be
removed, but most of those are in code that is going to get refreshed in the
future so I didn't bother for now.

I tested the join chat, add chat, and add buddy dialogs, as well as the contact added notification.

Summary ID
Use gtk_widget_set_visible for everything
gtk_widget_show and gtk_widget_hide are deprecated in GTK 4.10. However, gtk_widget_set_visible has been around forever so we just need to move to that. I didn't test all of these and there are probably some that can still be removed, but most of those are in code that is going to get refreshed in the future so I didn't bother for now.
9352171590d9a01b02f297d75e95907c0dc92195
Description From Last Updated

Should all be TRUE.

QuLogicQuLogic
QuLogic
  1. 
      
  2. pidgin/pidginnotificationauthorizationrequest.c (Diff revision 1)
     
     
     
     

    Should all be TRUE.

  3. 
      
grim
QuLogic
  1. Ship It!
  2. 
      
grim
Review request changed

Status: Closed (submitted)

Loading...