From b99007b4fcba978db77652e9eb12e707b9e5af28 Mon Sep 17 00:00:00 2001 From: sachiel Date: Thu, 28 Jul 2011 14:59:15 +0000 Subject: [PATCH] Who removed the second signal and left the now useless comment? git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61862 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elm_win.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c index cdbdc7f..85fe2f0 100644 --- a/src/lib/elm_win.c +++ b/src/lib/elm_win.c @@ -374,7 +374,6 @@ _elm_win_focus_in(Ecore_Evas *ee) if (!obj) return; win = elm_widget_data_get(obj); if (!win) return; - /*NB: Why two different "focus signals" here ??? */ evas_object_smart_callback_call(win->win_obj, SIG_FOCUS_IN, NULL); win->focus_highlight.cur.visible = EINA_TRUE; _elm_win_focus_highlight_reconfigure_job_start(win); -- 2.7.4