ayatana-commits team mailing list archive
-
ayatana-commits team
-
Mailing list archive
-
Message #01997
Re: [Merge] lp:~bratsche/appmenu-gtk/check-for-null-before-set-local into lp:appmenu-gtk
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 ")"
--
https://code.launchpad.net/~bratsche/appmenu-gtk/check-for-null-before-set-local/+merge/31550
Your team ayatana-commits is subscribed to branch lp:appmenu-gtk.
References