ayatana-commits team mailing list archive
-
ayatana-commits team
-
Mailing list archive
-
Message #01959
[Merge] lp:~dbarth/appmenu-gtk/tb-crasher-fix into lp:appmenu-gtk
David Barth has proposed merging lp:~dbarth/appmenu-gtk/tb-crasher-fix into lp:appmenu-gtk.
Requested reviews:
Canonical Desktop Experience Team (canonical-dx-team)
Related bugs:
#610083 thunderbird segfaults with the latest appmenu-gtk
https://bugs.launchpad.net/bugs/610083
Actually fixes the crasher
--
https://code.launchpad.net/~dbarth/appmenu-gtk/tb-crasher-fix/+merge/31254
Your team ayatana-commits is subscribed to branch lp:appmenu-gtk.
=== 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 @@
context->registered = TRUE;
- app_menu_bridge_set_show_local (context->bridge, FALSE);
+ if (context->bridge != NULL)
+ app_menu_bridge_set_show_local (context->bridge, FALSE);
+
}
static void
Follow ups