diff src/frame-x.c @ 191:ecf6ba7b0a10 r20-3b22

Import from CVS: tag r20-3b22
author cvs
date Mon, 13 Aug 2007 09:57:38 +0200
parents 3d6bfa290dbd
children acd284d43ca1
line wrap: on
line diff
--- a/src/frame-x.c	Mon Aug 13 09:57:10 2007 +0200
+++ b/src/frame-x.c	Mon Aug 13 09:57:38 2007 +0200
@@ -1185,7 +1185,9 @@
 
   if (!DndIsDropMessage(event)) /* the better way */
     {
+#if 0
       stderr_out("DndDropHandler: pseudo drop received (ignore me!)\n");
+#endif
       return;
     }
 
@@ -1195,9 +1197,9 @@
   GCPRO4 (path, frame, dnd_data, dnd_type);
 
   frame = make_frame ((struct frame *) data);
-
+#if 0
   stderr_out("DndDropHandler: valid drop received (T%d S%u)\n",Type,Size);
-
+#endif
   switch (Type)
     {
     case DndFiles: