diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | draksnapshot-applet.xinit | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -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 |