Enlightenment CVS committal

Author  : zuluone
Project : misc
Module  : erss

Dir     : misc/erss/src


Modified Files:
        tooltip.c 


Log Message:
removed annoying error message

===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/src/tooltip.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- tooltip.c   9 Mar 2004 17:51:46 -0000       1.10
+++ tooltip.c   11 Mar 2004 22:30:44 -0000      1.11
@@ -178,7 +178,6 @@
     tt = evas_object_event_callback_del (item->obj,
                                    EVAS_CALLBACK_MOUSE_OUT, erss_tooltip_mouse_out);
     if (tt==NULL) {
-       fprintf(stderr,"%s error: trying to free non-existent tooltip\n", PACKAGE);
        return;
     }
     evas_object_event_callback_del (tt->etox,




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to