mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
color-device: Always become ready no matter if we succeeded or not
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2627>
This commit is contained in:
parent
1023592f8a
commit
ed554615f8
@ -342,7 +342,7 @@ static void
|
||||
meta_color_device_notify_ready (MetaColorDevice *color_device,
|
||||
gboolean success)
|
||||
{
|
||||
color_device->is_ready = success;
|
||||
color_device->is_ready = TRUE;
|
||||
g_signal_emit (color_device, signals[READY], 0, success);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user