~vcs-imports/gnome-control-center/+git/gnome-control-center:gnome-3-30

Last commit made on 2020-10-21
Get this branch:
git clone -b gnome-3-30 https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Recent commits

201462f... by Fabio Tomat <email address hidden>

Update Friulian translation

6ee461b... by Marv-CZ

Updated Czech translation

9b74cce... by Balázs Úr

Update Hungarian translation

de14727... by Christian Kirbach

Update German translation

5bdedbb... by Piotr Drąg

Update Polish translation

84e0142... by Christian Kirbach

Update German translation

f41ae42... by Robert Ancell

universal-access: Don't use widget names for GSettings keys

The widget were renamed in 6cd94618 and this setting was broken.

Fixes #555

d8766d2... by Robert Ancell

universal-access: Fix leaks checking settings

a7bd540... by Robert Ancell

universal-access: Fix duplicate settings call

This would leak the value of the first setting.

2628723... by Ondrej Holy

info: Fix crashes when retrieving disk size

Info panel crashes has been fixed by !387 on master branch, however,
gnome-3-30 is still affected as the same fix can't be used there, because
its complexity and changed dependencies. The panel crashes because
GUnixMountPoint is by mistake used as GUnixMountEntry. Let's find
and use corresponing GUnixMountEntry to simply fix those crashes for
gnome-3-30.

Closes: #411