Applied, thanks.

Kind regards,
Brian 'morlenxus' Miculcy

On Wed, Dec 29, 2010 at 05:26:36PM +0100, Peter van de Werken wrote:
> 
> diff --git a/e/src/bin/e_gadcon.c b/e/src/bin/e_gadcon.c
> index e413f33..d36a6c1 100644
> --- a/e/src/bin/e_gadcon.c
> +++ b/e/src/bin/e_gadcon.c
> @@ -1365,9 +1365,11 @@ e_gadcon_client_util_menu_items_append(E_Gadcon_Client 
> *gcc, E_Menu *menu_main,
>  
>     if ((gcc->gadcon->shelf) || (gcc->gadcon->toolbar))
>       {
> -        mi = e_menu_item_new(menu_gadget);
> -        e_menu_item_separator_set(mi, 1);
> -
> +     if (e_menu_item_nth(menu_gadget, 0))
> +       {
> +             mi = e_menu_item_new(menu_gadget);
> +             e_menu_item_separator_set(mi, 1);
> +       }
>       if (!gcc->o_control) 
>         {
>               mi = e_menu_item_new(menu_gadget);
> -- 
> 1.7.2.3
> 



> ------------------------------------------------------------------------------
> Learn how Oracle Real Application Clusters (RAC) One Node allows customers
> to consolidate database storage, standardize their database environment, and, 
> should the need arise, upgrade to a full multi-node Oracle RAC database 
> without downtime or disruption
> http://p.sf.net/sfu/oracle-sfdevnl

> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to