From a0f9462d1d80b64062e90d0ed5759ede05c6c49e Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Sun, 26 Aug 2007 17:20:46 +0000 Subject: [PATCH] Add gcc suggested parens around assignment. SVN revision: 31533 --- src/bin/e_gadcon_popup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_gadcon_popup.c b/src/bin/e_gadcon_popup.c index 68150906f..56898debd 100644 --- a/src/bin/e_gadcon_popup.c +++ b/src/bin/e_gadcon_popup.c @@ -73,7 +73,7 @@ e_gadcon_popup_show(E_Gadcon_Popup *pop) 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;