Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_gadcon_popup.c 


Log Message:
Add gcc suggested parens around assignment.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_gadcon_popup.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_gadcon_popup.c    26 Aug 2007 11:16:31 -0000      1.3
+++ e_gadcon_popup.c    26 Aug 2007 17:20:46 -0000      1.4
@@ -73,7 +73,7 @@
 
    if (pop->win->visible) return;
 
-   if (o = edje_object_part_swallow_get(pop->o_bg, "e.swallow.content"))
+   if ((o = edje_object_part_swallow_get(pop->o_bg, "e.swallow.content")))
      {
        Evas_Coord w = 0, h = 0;
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to