]> Dogcows Code - chaz/openbox/commitdiff
Don't need 2 exit actions in the default menu now, they both would do the same thing
authorDana Jansens <danakj@orodu.net>
Thu, 10 Dec 2009 15:10:03 +0000 (10:10 -0500)
committerDana Jansens <danakj@orodu.net>
Thu, 10 Dec 2009 15:10:03 +0000 (10:10 -0500)
data/menu.xml

index 61fba66437cd7efa76eb452c23d6abf0d6f28d7d..39da04d617a2eeac4af6df63b1a0c875b3f4cc49 100644 (file)
   <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">
   <menu id="system-menu"/>
   <separator />
   <item label="Log Out">
-    <action name="SessionLogout">
+    <action name="Exit">
       <prompt>yes</prompt>
     </action>
   </item>
This page took 0.022834 seconds and 4 git commands to generate.