Enlightenment CVS committal

Author  : kiwi
Project : e_modules
Module  : news

Dir     : e_modules/news/src/module


Modified Files:
        news_popup.c 


Log Message:
Oops

===================================================================
RCS file: /cvs/e/e_modules/news/src/module/news_popup.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- news_popup.c        23 May 2007 23:32:37 -0000      1.1
+++ news_popup.c        24 May 2007 07:26:23 -0000      1.2
@@ -110,8 +110,8 @@
   /* check for popup overlaps */
   _check_overlap(&popw->x, &popw->y, &popw->w, &popw->h, 0, popw->x, popw->y);
   e_popup_move_resize(popw->pop, popw->x, popw->y, popw->w, popw->h);
-  DPOPW(("New: %dx%d : %dx%d", popw->x, popw->y, popw->w, popw->h));
-  DPOPW(("New face: %dx%d", fw, fh));
+  DPOP(("New: %dx%d : %dx%d", popw->x, popw->y, popw->w, popw->h));
+  DPOP(("New face: %dx%d", fw, fh));
 
   /* go ! */
   evas_object_show(popw->face);
@@ -171,7 +171,7 @@
              /* overlap ! correct coords */
              /* try upper, and then on the left */
              /* TODO...: try down and right, maybe placement policy ? */
-             DPOPW(("Overlap !"));
+             DPOP(("Overlap !"));
              *py = p->y - (*ph + NEWS_POPUP_OVERLAP_BORDER);
              if (*py < 0)
                {



-------------------------------------------------------------------------
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

Reply via email to