Merge lp://qastaging/~bratsche/appmenu-gtk/fix597550-2 into lp://qastaging/appmenu-gtk/0.4

Proposed by Cody Russell
Status: Merged
Merged at revision: 32
Proposed branch: lp://qastaging/~bratsche/appmenu-gtk/fix597550-2
Merge into: lp://qastaging/appmenu-gtk/0.4
Diff against target: 20 lines (+3/-1)
1 file modified
src/bridge.c (+3/-1)
To merge this branch: bzr merge lp://qastaging/~bratsche/appmenu-gtk/fix597550-2
Reviewer Review Type Date Requested Status
David Barth (community) Approve
Review via email: mp+28433@code.qastaging.launchpad.net
To post a comment you must log in.
Revision history for this message
David Barth (dbarth) wrote :

This particular change fixes the main issue.

review: Approve
Revision history for this message
Ted Gould (ted) wrote :

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

Just FYI a shorthand for this is:

RecurseContext recurse = {0};

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches