diff options
Diffstat (limited to 'data/xfce4/xfconf')
-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"/> |