Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : apps/e

Dir     : e17/apps/e


Modified Files:
        eap_to_desktop 


Log Message:
Noticed some typoes.

===================================================================
RCS file: /cvs/e/e17/apps/e/eap_to_desktop,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- eap_to_desktop      5 Oct 2006 08:34:37 -0000       1.5
+++ eap_to_desktop      5 Oct 2006 10:30:57 -0000       1.6
@@ -10,8 +10,8 @@
 WD=`pwd`
 
 # small hack to avoid people using *.eap and don't know what to do...
-if [ ! "$i" == "*.eap" ]; then
-    FILENAME=`basename '$1' .eap`
+if [ ! "$1" == "*.eap" ]; then
+    FILENAME=`basename "$1" .eap`
 fi     
 
 if [ -e "$FILENAME.eap" ]; then
@@ -62,7 +62,7 @@
        fi
             
        if [ ! -z "$WNAME" ]; then
-           echo "X-Enlightenment-WIndowName=$WNAME" >>$FILENAME.desktop
+           echo "X-Enlightenment-WindowName=$WNAME" >>$FILENAME.desktop
        fi
        if [ ! -z "$WCLASS" ]; then
            echo "StartupWMClass=$WCLASS" >>$FILENAME.desktop



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to