aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2012-07-21 10:58:58 +0000
committerJani Välimaa <wally@mageia.org>2012-07-21 10:58:58 +0000
commit691a6ff9daea21874c2fb17e31b24991ccdfd65d (patch)
tree6e4f929bb9587f3d3508f8f44d2ad265db69356c /data
parent1ab1e6e7c426df09763fa95924f2af7767ad3bdd (diff)
downloadconfig-691a6ff9daea21874c2fb17e31b24991ccdfd65d.tar
config-691a6ff9daea21874c2fb17e31b24991ccdfd65d.tar.gz
config-691a6ff9daea21874c2fb17e31b24991ccdfd65d.tar.bz2
config-691a6ff9daea21874c2fb17e31b24991ccdfd65d.tar.xz
config-691a6ff9daea21874c2fb17e31b24991ccdfd65d.zip
- add comments about logout options in actions plugin
- enable confirmations diaglog by default in actions plugin
Diffstat (limited to 'data')
-rw-r--r--data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
index fe0cb2c..3226273 100644
--- a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
+++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
@@ -103,9 +103,10 @@
<value type="string" value="+shutdown"/>
<value type="string" value="-restart"/>
<value type="string" value="-separator"/>
- <value type="string" value="-logout"/>
- <value type="string" value="-logout-dialog"/>
+ <value type="string" value="-logout"/> <!-- same as logout in the applications menu -->
+ <value type="string" value="-logout-dialog"/> <!-- logs out the current user -->
</property>
+ <property name="ask-confirmation" type="bool" value="true"/>
</property>
<property name="plugin-21" type="string" value="showdesktop"/>
<property name="plugin-22" type="string" value="pager"/>