Add back support for menu separators in the menus for plugin actions

Review Request #659 — Created May 18, 2021 and submitted

Information

pidgin/pidgin
default
d8dde12687a0

Reviewers

Add back support for menu separators in the menus for plugin actions

Ran locally and verified the separator works from the Notitication Sound plugin under both Arc Darc and Adwaita themes.

Description From Last Updated

Is there a bug here, then? actions would never get updated, and this loop would be infinite.

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

    Is there a bug here, then? actions would never get updated, and this loop would be infinite.

    1. Apparently i missed a commit here...

    2. Hah, I misread.. And yeah this is a bug. It looks like the original behavior here was to look for an action with a lable of NULL to create a separator, but that's worthless as it allocates memory for nothing. So.. should we crash or g_assert_if_reached or what?

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

Status: Closed (submitted)

Loading...