Enlightenment CVS committal

Author  : moom
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/src/lib


Modified Files:
        etk_container.c 


Log Message:
* [Etk_Container] Fix etk_container_remove()...


===================================================================
RCS file: /cvs/e/e17/libs/etk/src/lib/etk_container.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- etk_container.c     25 Mar 2007 18:22:00 -0000      1.16
+++ etk_container.c     26 Mar 2007 21:12:33 -0000      1.17
@@ -84,7 +84,7 @@
  */
 void etk_container_remove(Etk_Widget *widget)
 {
-   if (widget)
+   if (!widget)
       return;
    etk_widget_parent_set(widget, NULL);
 }



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