Merge lp:~dbarth/appmenu-gtk/tb-crasher-fix into lp:appmenu-gtk/0.4

Proposed by David Barth
Status: Merged
Merge reported by: David Barth
Merged at revision: not available
Proposed branch: lp:~dbarth/appmenu-gtk/tb-crasher-fix
Merge into: lp:appmenu-gtk/0.4
Diff against target: 14 lines (+3/-1)
1 file modified
src/bridge.c (+3/-1)
To merge this branch: bzr merge lp:~dbarth/appmenu-gtk/tb-crasher-fix
Reviewer Review Type Date Requested Status
Neil J. Patel (community) Approve
Review via email: mp+31254@code.launchpad.net

Description of the change

Actually fixes the crasher

To post a comment you must log in.
Revision history for this message
Neil J. Patel (njpatel) wrote :

approved.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/bridge.c'
2--- src/bridge.c 2010-07-26 13:25:05 +0000
3+++ src/bridge.c 2010-07-29 09:28:41 +0000
4@@ -272,7 +272,9 @@
5
6 context->registered = TRUE;
7
8- app_menu_bridge_set_show_local (context->bridge, FALSE);
9+ if (context->bridge != NULL)
10+ app_menu_bridge_set_show_local (context->bridge, FALSE);
11+
12 }
13
14 static void

Subscribers

People subscribed via source and target branches