From 1adc1f32eeb84b6af4333c74848fd7816bf9a245 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 2 Nov 2006 16:10:08 +0000 Subject: [PATCH] no more autopoint. now it's causing other issues like depending on cvs. enough. go back to automake 1.9 if u insist on building e from cvs. SVN revision: 26903 --- autogen.sh | 4 +++- src/bin/e_fm.c | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index d2cc04a0d..26161e4e9 100755 --- a/autogen.sh +++ b/autogen.sh @@ -5,7 +5,9 @@ rm -f aclocal.m4 ltmain.sh touch README -echo "Running autopoint..." ; autopoint -f || exit 1 +# no more autopoint. cuases too many hassles. too bad gentoo users - go back +# to automake 1.9 :( +#echo "Running autopoint..." ; autopoint -f || exit 1 echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1 echo "Running autoconf..." ; autoconf || exit 1 echo "Running autoheader..." ; autoheader || exit 1 diff --git a/src/bin/e_fm.c b/src/bin/e_fm.c index 9f9808cae..f6964de3a 100644 --- a/src/bin/e_fm.c +++ b/src/bin/e_fm.c @@ -748,6 +748,8 @@ e_fm2_fop_delete_add(Evas_Object *obj, E_Fm2_Icon_Info *ici) * not null, readdir till end (when at end remove item) and per item * if it is a file or link - delete it directly, if it is a dir, prepend to * fop queue. + * per fop item processed, if obj is attached to fop - report status usig + * the status overlay for the fm edj obj. */ }