e - profile send to efl wins - fall back to getting ellm profile

use elm profile THEN .. if that fails use standard.
This commit is contained in:
Carsten Haitzler 2020-04-19 13:44:32 +01:00
parent b88b7bd1c4
commit 6d8b24aef5
1 changed files with 1 additions and 1 deletions

View File

@ -2848,7 +2848,7 @@ e_client_desk_set(E_Client *ec, E_Desk *desk)
{
const char *profile = desk->window_profile;
// XXX: have default profile config
if (!profile) profile = elm_config_profile_get();
if (!profile) profile = "standard";
if (e_util_strcmp(ec->e.state.profile.name, profile))
{