no more autopoint. now it's causing other issues like depending on cvs.
authorCarsten Haitzler <raster@rasterman.com>
Thu, 2 Nov 2006 16:10:08 +0000 (16:10 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Thu, 2 Nov 2006 16:10:08 +0000 (16:10 +0000)
enough. go back to automake 1.9 if u insist on building e from cvs.

SVN revision: 26903

autogen.sh
src/bin/e_fm.c

index d2cc04a..26161e4 100755 (executable)
@@ -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
index 9f9808c..f6964de 100644 (file)
@@ -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.
     */
 }