diff options
author | Jani Välimaa <wally@mageia.org> | 2014-02-23 18:33:36 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2014-02-23 18:33:36 +0200 |
commit | 01e20aa49fc74a0170b9c69f6a7ad4186a76537a (patch) | |
tree | f2ce295fafb60767bcf81133dd071f6a0c78f0cb /data/xfce4/xfconf | |
parent | 736e2b84975e737205a3527c74f85bd1cb8305f5 (diff) | |
download | config-01e20aa49fc74a0170b9c69f6a7ad4186a76537a.tar config-01e20aa49fc74a0170b9c69f6a7ad4186a76537a.tar.gz config-01e20aa49fc74a0170b9c69f6a7ad4186a76537a.tar.bz2 config-01e20aa49fc74a0170b9c69f6a7ad4186a76537a.tar.xz config-01e20aa49fc74a0170b9c69f6a7ad4186a76537a.zip |
Swap shutdown and restart button locations in systray
Diffstat (limited to 'data/xfce4/xfconf')
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml index 4dca737..2057579 100644 --- a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml @@ -93,8 +93,8 @@ <value type="string" value="-suspend"/> <value type="string" value="-hibernate"/> <value type="string" value="-separator"/> - <value type="string" value="+shutdown"/> <value type="string" value="+restart"/> + <value type="string" value="+shutdown"/> <value type="string" value="-separator"/> <value type="string" value="-logout"/> <!-- same as logout in the applications menu --> <value type="string" value="-logout-dialog"/> <!-- logs out the current user --> |