From 8194f7c663c1c33727d05433df5d60db23719dfa Mon Sep 17 00:00:00 2001 From: Simon Tischer Date: Fri, 3 Apr 2020 10:24:12 +0100 Subject: [PATCH] cpuclock - allow setting to open although the popup is visible Reviewers: devilhorns, raster Subscribers: cedric, zmike Tags: #enlightenment-git Differential Revision: https://phab.enlightenment.org/D11633 --- src/modules/sysinfo/cpuclock/cpuclock.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/sysinfo/cpuclock/cpuclock.c b/src/modules/sysinfo/cpuclock/cpuclock.c index 59a784c89..0ff04581b 100644 --- a/src/modules/sysinfo/cpuclock/cpuclock.c +++ b/src/modules/sysinfo/cpuclock/cpuclock.c @@ -207,7 +207,6 @@ _cpuclock_configure_cb(Evas_Object *g) Instance *inst = evas_object_data_get(g, "Instance"); if (!sysinfo_config) return NULL; - if (inst->cfg->cpuclock.popup) return NULL; return cpuclock_configure(inst); }