Ana Guerrero 2024-04-25 18:47:42 +00:00 committed by Git OBS Bridge
commit 99cbfb69ce
2 changed files with 7 additions and 1 deletions

View File

@ -42,7 +42,7 @@ Index: gnome-settings-daemon-45.0/plugins/xsettings/xsettings-manager.c
return XSETTINGS_TYPE_COLOR;
default:
- g_assert_not_reached ();
+ return NULL;
+ return 0;
}
}

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Apr 19 21:19:11 UTC 2024 - Michael Gorse <mgorse@suse.com>
- Update gnome-settings-daemon-bgo793253.patch to fix the build
with gcc 14.
-------------------------------------------------------------------
Sun Mar 17 09:35:43 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>