summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94>2008-03-03 17:19:13 +0000
committertv <tv@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94>2008-03-03 17:19:13 +0000
commit23cc4ffd3dec3102d0ac5648ee197139424957d4 (patch)
tree360e49e82fee1d80afbc0b2e6cbaa623cec23299
parentac54914ee9fa4ff2c390c5884be6cf985ce53576 (diff)
downloaddraksnapshot-23cc4ffd3dec3102d0ac5648ee197139424957d4.tar
draksnapshot-23cc4ffd3dec3102d0ac5648ee197139424957d4.tar.gz
draksnapshot-23cc4ffd3dec3102d0ac5648ee197139424957d4.tar.bz2
draksnapshot-23cc4ffd3dec3102d0ac5648ee197139424957d4.tar.xz
draksnapshot-23cc4ffd3dec3102d0ac5648ee197139424957d4.zip
fix warning in xinit file (#38418)
git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@238243 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
-rw-r--r--NEWS1
-rw-r--r--draksnapshot-applet.xinit1
2 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e40d193..551bc3f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
- fix path (#38418)
+- fix warning in xinit file (#38418)
Version 0.1 - Wed Feb 27 2008, Thierry Vignaud
diff --git a/draksnapshot-applet.xinit b/draksnapshot-applet.xinit
index 598cbcf..123c4d9 100644
--- a/draksnapshot-applet.xinit
+++ b/draksnapshot-applet.xinit
@@ -3,4 +3,3 @@ DESKTOP=$1
case $DESKTOP in
IceWM|Fluxbox|xfce4) exec /usr/bin/draksnapshot-applet;;
esac
-EOF