Enlightenment CVS committal Author : lok Project : e17 Module : apps/edje_viewer
Dir : e17/apps/edje_viewer/src/bin Modified Files: etk_gui.c Log Message: Update to the latest API changes. =================================================================== RCS file: /cvs/e/e17/apps/edje_viewer/src/bin/etk_gui.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -3 -r1.20 -r1.21 --- etk_gui.c 24 Mar 2007 12:16:56 -0000 1.20 +++ etk_gui.c 14 Jul 2007 00:14:54 -0000 1.21 @@ -328,7 +328,11 @@ else if (!strcmp(label, "Open")) _gui_open_edje_file_cb(gui); else if (!strcmp(label, "Reload")) - _open_edje_file(gui); + { + eet_clearcache(); + edje_file_cache_flush(); + _open_edje_file(gui); + } else if (strstr(label, ".edj")) { gui->path = strdup(label); ------------------------------------------------------------------------- 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