Enlightenment CVS committal Author : vapier Project : misc Module : epbb
Dir : misc/epbb/src/bin Modified Files: epbb.h main.c Log Message: fixes from Adrian Perez to port epbb to latest pbbuttonsd (Gentoo Bug #131147) =================================================================== RCS file: /cvs/e/misc/epbb/src/bin/epbb.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- epbb.h 21 Jan 2004 21:48:59 -0000 1.3 +++ epbb.h 16 Jul 2006 12:07:34 -0000 1.4 @@ -9,6 +9,8 @@ #ifndef EPBB_H #define EPBB_H +#define EPBB_IPCNAME "epbb" + struct _Epbb { Ecore_Evas *ee; =================================================================== RCS file: /cvs/e/misc/epbb/src/bin/main.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- main.c 21 Jan 2004 21:48:59 -0000 1.4 +++ main.c 16 Jul 2006 12:07:34 -0000 1.5 @@ -199,7 +199,8 @@ { int rc = -1; - if ((rc = ipc_init(LIBMODE_CLIENT, 1)) != 0) + init_libpbb(); + if ((rc = ipc_init(EPBB_IPCNAME, LIBMODE_CLIENT, 1)) != 0) { switch (rc) { @@ -247,5 +248,6 @@ edje_shutdown(); ecore_evas_shutdown(); ecore_shutdown(); + exit_libpbb(); return (0); } ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs