Don't need 2 exit actions in the default menu now, they both would do the same thing
This commit is contained in:
parent
f0df9bb9d8
commit
d17bc61b24
1 changed files with 1 additions and 6 deletions
|
@ -369,11 +369,6 @@
|
|||
<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 @@
|
|||
<menu id="system-menu"/>
|
||||
<separator />
|
||||
<item label="Log Out">
|
||||
<action name="SessionLogout">
|
||||
<action name="Exit">
|
||||
<prompt>yes</prompt>
|
||||
</action>
|
||||
</item>
|
||||
|
|
Loading…
Reference in a new issue