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">
|
<item label="Reconfigure Openbox">
|
||||||
<action name="Reconfigure" />
|
<action name="Reconfigure" />
|
||||||
</item>
|
</item>
|
||||||
<item label="Exit Openbox">
|
|
||||||
<action name="Exit">
|
|
||||||
<prompt>yes</prompt>
|
|
||||||
</action>
|
|
||||||
</item>
|
|
||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
<menu id="root-menu" label="Openbox 3">
|
<menu id="root-menu" label="Openbox 3">
|
||||||
|
@ -390,7 +385,7 @@
|
||||||
<menu id="system-menu"/>
|
<menu id="system-menu"/>
|
||||||
<separator />
|
<separator />
|
||||||
<item label="Log Out">
|
<item label="Log Out">
|
||||||
<action name="SessionLogout">
|
<action name="Exit">
|
||||||
<prompt>yes</prompt>
|
<prompt>yes</prompt>
|
||||||
</action>
|
</action>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Reference in a new issue