summaryrefslogtreecommitdiffstats
path: root/scripts/net_applet.xinit
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-05-25 15:39:46 +0000
committerOlivier Blin <oblin@mandriva.com>2007-05-25 15:39:46 +0000
commit1d37bfdbbe874abd6dcb5563eea19f531de09e1c (patch)
tree74845e43ed8fa59c7aaafd1a87efaa6b0c83c228 /scripts/net_applet.xinit
parentc6ba983db7d5a82ee63599e775be0f8211447c72 (diff)
downloaddrakx-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-xscripts/net_applet.xinit4
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