E CVS: apps/e maxerba

2008-03-20 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : maxerba
Project : e17
Module  : apps/e

Dir : e17/apps/e/po


Modified Files:
ja.po 


Log Message:





-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/e_dbus mickeyl

2008-03-20 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : mickeyl
Project : e17
Module  : libs/e_dbus

Dir : e17/libs/e_dbus


Modified Files:
configure.in 


Log Message:
e_dbus: fix help string for test gui

===
RCS file: /cvs/e/e17/libs/e_dbus/configure.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- configure.in7 Mar 2008 14:27:14 -   1.12
+++ configure.in20 Mar 2008 19:13:41 -  1.13
@@ -56,7 +56,7 @@
 fi
 
 AC_ARG_ENABLE(build-test-gui,
-  AS_HELP_STRING([--build-test-gui], [Build with gui for testing]),
+  AS_HELP_STRING([--enable-build-test-gui], [Build with gui for testing]),
   [ PKG_CHECK_MODULES([HAL_TEST_GUI], [
 ewl
 efreet



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/emotion raster

2008-03-20 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/emotion

Dir : e17/libs/emotion/src/bin


Modified Files:
emotion_test_main.c 


Log Message:


fix #ifdef

===
RCS file: /cvs/e/e17/libs/emotion/src/bin/emotion_test_main.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- emotion_test_main.c 28 Feb 2008 20:35:16 -  1.17
+++ emotion_test_main.c 20 Mar 2008 21:13:55 -  1.18
@@ -98,7 +98,7 @@
if (mode == 0)
  ecore_evas = ecore_evas_software_x11_new(NULL, 0,  0, 0, startw, starth);
 #endif
-#if HAVE_ECORE_EVAS_GL
+#if HAVE_ECORE_EVAS_X11_GL
if (mode == 1)
  ecore_evas = ecore_evas_gl_x11_new(NULL, 0, 0, 0, startw, starth);
 #endif



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/evas raster

2008-03-20 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir : e17/libs/evas/src/lib/canvas


Modified Files:
evas_object_textblock.c 


Log Message:


fix some escaping :)

===
RCS file: /cvs/e/e17/libs/evas/src/lib/canvas/evas_object_textblock.c,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -3 -r1.149 -r1.150
--- evas_object_textblock.c 6 Mar 2008 01:06:58 -   1.149
+++ evas_object_textblock.c 20 Mar 2008 21:15:16 -  1.150
@@ -2025,7 +2025,7 @@
_layout_format_value_handle(c, fmt, item);
  else
{
-  if (!strcmp(item, \n))
+  if ((!strcmp(item, \n)) || (!strcmp(item, \\n)))
 {
Evas_Object_Textblock_Format_Item *fi;

@@ -2034,7 +2034,7 @@
fi-w = 0;
_layout_line_advance(c, fmt);
 }
-  else if (!strcmp(item, \t))
+  else if ((!strcmp(item, \t)) || (!strcmp(item, \\t)))
 { 
Evas_Object_Textblock_Format_Item *fi;
int x2;



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/expedite barbieri

2008-03-20 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : barbieri
Project : e17
Module  : apps/expedite

Dir : e17/apps/expedite


Modified Files:
configure.in 


Log Message:
Set directfb to no if no evas-directfb

===
RCS file: /cvs/e/e17/apps/expedite/configure.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- configure.in25 Feb 2008 06:08:33 -  1.14
+++ configure.in21 Mar 2008 03:47:44 -  1.15
@@ -190,6 +190,8 @@
   PKG_CHECK_MODULES([DIRECTFB], directfb,
 [ have_directfb=yes ],
 [ have_directfb=no ])
+else
+have_directfb=no
 fi
 AM_CONDITIONAL(BUILD_DIRECTFB, test x$have_directfb = xyes)
 



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs