diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-05-25 15:39:46 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-05-25 15:39:46 +0000 |
commit | 1d37bfdbbe874abd6dcb5563eea19f531de09e1c (patch) | |
tree | 74845e43ed8fa59c7aaafd1a87efaa6b0c83c228 /scripts/net_applet.xinit | |
parent | c6ba983db7d5a82ee63599e775be0f8211447c72 (diff) | |
download | drakx-net-1d37bfdbbe874abd6dcb5563eea19f531de09e1c.tar drakx-net-1d37bfdbbe874abd6dcb5563eea19f531de09e1c.tar.gz drakx-net-1d37bfdbbe874abd6dcb5563eea19f531de09e1c.tar.bz2 drakx-net-1d37bfdbbe874abd6dcb5563eea19f531de09e1c.tar.xz drakx-net-1d37bfdbbe874abd6dcb5563eea19f531de09e1c.zip |
sync with 2007.1 (because of SVN loss)2007.1
Diffstat (limited to 'scripts/net_applet.xinit')
-rwxr-xr-x | scripts/net_applet.xinit | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/net_applet.xinit b/scripts/net_applet.xinit index 0024726..ceecfd3 100755 --- a/scripts/net_applet.xinit +++ b/scripts/net_applet.xinit @@ -1,5 +1,5 @@ #!/bin/sh DESKTOP=$1 case $DESKTOP in - KDE|GNOME|IceWM) exec /usr/bin/net_applet;; -esac
\ No newline at end of file + IceWM|Fluxbox|XFce4) exec /usr/bin/net_applet;; +esac |