Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/other


Modified Files:
        enlightenment_remote 


Log Message:
engines can be default.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/other/enlightenment_remote,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- enlightenment_remote        9 Oct 2005 20:30:21 -0000       1.12
+++ enlightenment_remote        9 Oct 2005 21:42:37 -0000       1.13
@@ -1,4 +1,4 @@
-# $Id: enlightenment_remote,v 1.12 2005/10/09 20:30:21 sebastid Exp $
+# $Id: enlightenment_remote,v 1.13 2005/10/09 21:42:37 sebastid Exp $
 # bash-completion script for enlightenment_remote
 # By Justin Rocha (Xenith)
 # Additions by Sebastian Dransfeld
@@ -166,7 +166,7 @@
                        COMPREPLY=($(compgen -W "${ENGINE_CONTEXT}" -- 
"${cur}"))
                elif [[ ${COMP_CWORD} -eq 3 ]]; then
                        engines=$(enlightenment_remote -engine-list|grep 
REPLY:|awk '{print $2}')
-                       COMPREPLY=($(compgen -W "${engines}" -- "${cur}"))
+                       COMPREPLY=($(compgen -W "DEFAULT ${engines}" -- 
"${cur}"))
                fi
                return 0
                ;;




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to