← Back to team overview

ayatana-commits team mailing list archive

Re: [Merge] lp:~bratsche/appmenu-gtk/fix597550-2 into lp:appmenu-gtk

 

RecurseContext recurse;
memset (&recurse, 0, sizeof (RecurseContext));

Just FYI a shorthand for this is:

RecurseContext recurse = {0};
-- 
https://code.launchpad.net/~bratsche/appmenu-gtk/fix597550-2/+merge/28433
Your team ayatana-commits is subscribed to branch lp:appmenu-gtk.



References