Skip to content

Commit

Permalink
MythDisplayMutter: Fix availability detection
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kendall committed Aug 30, 2020
1 parent ece595a commit eb3700e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythui/platforms/mythdisplaymutter.cpp
Expand Up @@ -223,7 +223,7 @@ MythDisplayMutter* MythDisplayMutter::Create()
LOG(VB_GENERAL, LOG_WARNING, LOC +
"org.gnome.Mutter.DisplayConfig.ApplyConfiguration not implemented");
}
else
else if (reply.error().type() == QDBusError::AccessDenied)
{
s_available = true;
}
Expand Down

0 comments on commit eb3700e

Please sign in to comment.