Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/canvas Modified Files: evas_key_grab.c Log Message: after some testing.. this code has been found wanting... =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/canvas/evas_key_grab.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- evas_key_grab.c 20 Jan 2003 03:54:00 -0000 1.3 +++ evas_key_grab.c 20 Jan 2003 05:05:16 -0000 1.4 @@ -20,6 +20,10 @@ g = evas_mem_calloc(sizeof(Evas_Key_Grab)); if (!g) return; + g->object = obj; + g->modifiers = modifiers; + g->not_modifiers = not_modifiers; + g->exclusive = exclusive; g->keyname = strdup(keyname); if (!g->keyname) { @@ -64,10 +68,6 @@ return NULL; } } - g->object = obj; - g->modifiers = modifiers; - g->not_modifiers = not_modifiers; - g->exclusive = exclusive; return g; } ------------------------------------------------------- This SF.NET email is sponsored by: FREE SSL Guide from Thawte are you planning your Web Server Security? Click here to get a FREE Thawte SSL guide and find the answers to all your SSL security issues. http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs