billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=6411f119cec86bce6220aea97289942bd150eb0f
commit 6411f119cec86bce6220aea97289942bd150eb0f Author: Boris Faure <[email protected]> Date: Mon Apr 6 22:59:26 2020 +0200 win: no need to check wn->config. Closes CID1422298 --- src/bin/win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/win.c b/src/bin/win.c index 0bde0e9..36dd21c 100644 --- a/src/bin/win.c +++ b/src/bin/win.c @@ -4291,7 +4291,7 @@ _cb_tab_selector_show(Tabs *tabs, Tab_Item *to_item) evas_object_geometry_set(tabs->selector_bg, x, y, w, h); evas_object_hide(o); - if (wn->config && wn->config->translucent) + if (wn->config->translucent) msg.val = wn->config->opacity; else msg.val = 100; --
