summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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