[openbox] menu.xml - I thought It Only Had One Format/Standard?

Xyne xyne at archlinux.ca
Wed Aug 7 10:39:00 EDT 2013


On 2013-08-06 16:27 -1000
Das wrote:

>So in the below example why can't I make this work?
>
>----> <menu id="apps-internet-menu" label="Internet">  
>       <separator/>

You're not closing the menu tag, so the separator ends up in the submenu. Try
this instead:

> <menu id="apps-internet-menu" label="Internet"/>  
> <separator/>

Regards,
Xyne


More information about the openbox mailing list