diff options
author | Jani Välimaa <wally@mageia.org> | 2012-07-21 10:58:58 +0000 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2012-07-21 10:58:58 +0000 |
commit | 691a6ff9daea21874c2fb17e31b24991ccdfd65d (patch) | |
tree | 6e4f929bb9587f3d3508f8f44d2ad265db69356c /data/xfce4 | |
parent | 1ab1e6e7c426df09763fa95924f2af7767ad3bdd (diff) | |
download | config-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/xfce4')
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml | 5 |
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"/> |