aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamma.c')
-rw-r--r--src/gamma.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gamma.c b/src/gamma.c
index 1d21a06..a66f2b2 100644
--- a/src/gamma.c
+++ b/src/gamma.c
@@ -117,6 +117,8 @@ acquire_adjustment_method(struct settings *settings, GAMMA_STATE **method_state_
for (i = 0; gamma_methods[i]; i++) {
if (!gamma_methods[i]->autostart)
continue;
+ if (!gamma_methods[i]->is_available())
+ continue;
if (try_start(gamma_methods[i], method_state_out, &settings->config, NULL) < 0) {
weprintf(_("Trying next method..."));