mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 17:50:10 +00:00
Avoid a bad warning
This isn't what we intended, and it breaks CI for various projects.
This commit is contained in:
parent
b310ab7304
commit
d666f4ab7f
@ -437,7 +437,7 @@ gdk_display_manager_open_display (GdkDisplayManager *manager,
|
||||
}
|
||||
}
|
||||
|
||||
if (!found && !display)
|
||||
if (!found && !any && !display)
|
||||
g_warning ("No such backend: %s", backend);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user