Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_border.c 


Log Message:


no more printf's there

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.277
retrieving revision 1.278
diff -u -3 -r1.277 -r1.278
--- e_border.c  22 Jun 2005 06:28:46 -0000      1.277
+++ e_border.c  22 Jun 2005 06:33:02 -0000      1.278
@@ -5309,13 +5309,11 @@
          {
             bd->hung = 1;
             edje_object_signal_emit(bd->bg_object, "hung", "");
-            /* if dialog is up - hide it now */
+            /* FIXME: if below dialog is up - hide it now */
          }
        if (bd->delete_requested)
          {
             /* FIXME: pop up dialog saying app is hung - kill client, or pid */
-            printf("DELETE REQ HUNG: BORDER %p [%s] not responding to 
ping!!!!\n",
-                   bd, bd->client.icccm.title);
             e_border_act_kill_begin(bd);
          }
      }




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to