Enlightenment CVS committal Author : englebass Project : e17 Module : libs/efreet
Dir : e17/libs/efreet/src/bin Modified Files: ef_utils.c Log Message: Init and shutdown util =================================================================== RCS file: /cvs/e/e17/libs/efreet/src/bin/ef_utils.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- ef_utils.c 25 Mar 2007 13:10:09 -0000 1.5 +++ ef_utils.c 3 Jun 2007 19:53:08 -0000 1.6 @@ -9,6 +9,7 @@ char *tmp1; const char *tmp2; + if (!efreet_util_init()) return 0; printf("\n"); tmp1 = efreet_util_path_in_default("applications", "/usr/share/applications/test.desktop"); @@ -27,5 +28,6 @@ printf("mplayer.desktop: %p\n", desktop); desktop = efreet_util_desktop_file_id_find("nautilus-computer.desktop"); printf("nautilus-computer.desktop: %p\n", desktop); + efreet_util_shutdown(); return 1; } ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs