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
=== modified file 'src/bridge.c'
--- src/bridge.c 2010-07-26 13:25:05 +0000
+++ src/bridge.c 2010-07-29 09:28:41 +0000
@@ -272,7 +272,9 @@
272272
273 context->registered = TRUE;273 context->registered = TRUE;
274274
275 app_menu_bridge_set_show_local (context->bridge, FALSE);275 if (context->bridge != NULL)
276 app_menu_bridge_set_show_local (context->bridge, FALSE);
277
276}278}
277279
278static void280static void

Subscribers

People subscribed via source and target branches