all repos — openbox @ d17bc61b2434838c2105bf5c5012bcf4e404f6b1

openbox fork - make it a bit more like ryudo

Don't need 2 exit actions in the default menu now, they both would do the same thing
Dana Jansens danakj@orodu.net
commit

d17bc61b2434838c2105bf5c5012bcf4e404f6b1

parent

f0df9bb9d8f4f8182e60996d92a7b0e47549a0f6

1 files changed, 1 insertions(+), 6 deletions(-)

jump to
M data/menu.xmldata/menu.xml

@@ -369,11 +369,6 @@ <separator />

<item label="Reconfigure Openbox"> <action name="Reconfigure" /> </item> - <item label="Exit Openbox"> - <action name="Exit"> - <prompt>yes</prompt> - </action> - </item> </menu> <menu id="root-menu" label="Openbox 3">

@@ -390,7 +385,7 @@ <separator label="System" />

<menu id="system-menu"/> <separator /> <item label="Log Out"> - <action name="SessionLogout"> + <action name="Exit"> <prompt>yes</prompt> </action> </item>