mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
settings: Don't assert in notify
We can legitimately hit the default case in this switch, so don't assert that we don't.
This commit is contained in:
parent
b9b03cf570
commit
b5fe4c0a1d
@ -1403,7 +1403,6 @@ gtk_settings_notify (GObject *object,
|
||||
settings_update_cursor_theme (settings);
|
||||
break;
|
||||
default:
|
||||
g_assert_not_reached ();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user