Merge lp://qastaging/~bratsche/appmenu-gtk/check-for-null-before-set-local into lp://qastaging/appmenu-gtk/0.4

Proposed by Cody Russell
Status: Merged
Merged at revision: 68
Proposed branch: lp://qastaging/~bratsche/appmenu-gtk/check-for-null-before-set-local
Merge into: lp://qastaging/appmenu-gtk/0.4
Diff against target: 27 lines (+8/-2)
1 file modified
src/bridge.c (+8/-2)
To merge this branch: bzr merge lp://qastaging/~bratsche/appmenu-gtk/check-for-null-before-set-local
Reviewer Review Type Date Requested Status
Canonical Desktop Experience Team Pending
Review via email: mp+31550@code.qastaging.launchpad.net
To post a comment you must log in.
Revision history for this message
Ted Gould (ted) wrote :

On Mon, 2010-08-02 at 15:33 +0000, Cody Russell wrote:
> - app_menu_bridge_set_show_local (context->bridge, TRUE);
> + {
> + if (context->bridge != NULL
> + {
> + app_menu_bridge_set_show_local (context->bridge, TRUE);
> + }
> + }

I think you're missing a ")"

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