gnome-control-center/panels/region
Jan Tojnar c9448f76c2 region: Fix critical when changing language
Changing user’s language resets the formats (region) by passing `NULL` to `update_region`.
However, updating the region calls `maybe_notify`, whose callback `maybe_notify_finish`
tries to parse the `mnd->target_locale` (the `NULL`), producing a critical:

    GLib-CRITICAL **: g_regex_match_full: assertion 'string != NULL' failed

Since updating the language itself already triggers the notification check,
let’s just skip calling `maybe_notify` here in that case.
2022-05-26 19:05:16 +00:00
..
icons Add individual app icons 2022-01-31 14:08:22 +00:00
.indent.pro [region] Rename old Keyboard panel to Region 2010-10-31 23:42:04 -04:00
cc-format-chooser.c region: Fix format chooser leaflet page 2022-02-07 07:03:42 -03:00
cc-format-chooser.h Use GtkDialog instead of HdyDialog 2020-07-20 08:04:28 +02:00
cc-format-chooser.ui Add a missing a11y label to the search box in the country selection dialog 2022-05-25 23:43:28 +00:00
cc-format-preview.c region: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-format-preview.h region: Move preview of format to a widget 2020-09-15 22:19:55 +00:00
cc-format-preview.ui region: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-region-panel.c region: Fix critical when changing language 2022-05-26 19:05:16 +00:00
cc-region-panel.h region: Replace ifdefs with #pragma once 2018-05-29 11:27:04 +12:00
cc-region-panel.ui region: Fixed typo from "formats is.." to "formats are" 2022-05-12 23:11:00 +00:00
gnome-region-panel.desktop.in.in Add individual app icons 2022-01-31 14:08:22 +00:00
meson.build Add individual app icons 2022-01-31 14:08:22 +00:00
region.gresource.xml Rename app-id to org.gnome.Settings 2022-01-21 13:08:50 +00:00
view-layout-symbolic.svg Cleanup private use symbolics 2022-02-04 18:12:41 +00:00