Enlightenment CVS committal
Author : mej
Project : eterm
Module : Eterm
Dir : eterm/Eterm/utils
Modified Files:
Tag: ETERM-0_10
Etbg_update_list
Log Message:
Wed Mar 3 12:48:40 2004 Michael Jennings (mej)
Merges.
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/utils/Etbg_update_list,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -u -3 -r1.3.2.2 -r1.3.2.3
--- Etbg_update_list 10 Dec 2003 03:38:11 -0000 1.3.2.2
+++ Etbg_update_list 3 Mar 2004 17:42:50 -0000 1.3.2.3
@@ -2,7 +2,7 @@
#
# Eterm backgrounds list file update utility
#
-# $Id: Etbg_update_list,v 1.3.2.2 2003/12/10 03:38:11 mej Exp $
+# $Id: Etbg_update_list,v 1.3.2.3 2004/03/03 17:42:50 mej Exp $
LISTFILE=pixmaps.list
@@ -49,10 +49,10 @@
EOF
if [ -d tile ]; then
for i in `(cd tile && ls -1)` ; do
- echo '"tile/'$i'@0x0+0+0:tile"' >> $LISTFILE.new
+ echo '"tile/'$i'@0+0:tile"' >> $LISTFILE.new
echo " begin menuitem" >&3
eval echo "\ \ \ \ text \\\"\`echo $i | $SEDCMD\`\\\"" >&3
- echo " action string \"\\e]20;tile/$i;0x0+0+0:tile\\a\"" >&3
+ echo " action string \"\\e]20;tile/$i;0+0:tile\\a\"" >&3
echo " end" >&3
done
fi
@@ -64,10 +64,10 @@
if [ -d scale ]; then
for i in `(cd scale && ls -1)` ; do \
- echo '"scale/'$i'@100x100"' >> $LISTFILE.new ; \
+ echo '"scale/'$i'@100"' >> $LISTFILE.new ; \
echo " begin menuitem" >&3
eval echo "\ \ \ \ text \\\"\`echo $i | $SEDCMD\`\\\"" >&3
- echo " action string \"\\e]20;tile/$i;0x0+0+0:tile\\a\"" >&3
+ echo " action string \"\\e]20;scale/$i;100\\a\"" >&3
echo " end" >&3
done
fi
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs