Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

Dir     : e17/proto/etk/src/lib


Modified Files:
        etk_widget.c 


Log Message:
* We don't need this...


===================================================================
RCS file: /cvs/e/e17/proto/etk/src/lib/etk_widget.c,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -3 -r1.90 -r1.91
--- etk_widget.c        31 Dec 2006 00:16:32 -0000      1.90
+++ etk_widget.c        31 Dec 2006 00:19:21 -0000      1.91
@@ -3232,7 +3232,7 @@
    if (!obj || !(widget = ETK_WIDGET(evas_object_smart_data_get(obj))))
       return;
 
-   if (1 || w != widget->geometry.w || h != widget->geometry.h || 
widget->need_redraw)
+   if (w != widget->geometry.w || h != widget->geometry.h || 
widget->need_redraw)
    {
       widget->geometry.w = w;
       widget->geometry.h = h;



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to