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

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

Branch merges

Branch information

Recent commits

a764e2f... by Matej Urbančič

Updated Slovenian translation

6d1dee7... by wsxy162

Update zh_CN translation

0222f41... by Rui Matos

3.20.2

c4d42af... by gogo

Update Croatian translation

493479b... by Marius Gedminas

Fix bad 'ssh %s' translation in lt.po

https://bugzilla.gnome.org/show_bug.cgi?id=772409

66a6f1d... by gogo

Update Croatian translation

f1e77f0... by Bastien Nocera

display: Fix possible crash on startup

If no items are added to the GVariantBuilder, g_variant_builder_close()
would throw a critical, g_variant_builder_end() would throw a
segmentation fault.

As this can only happen when there are no items added to the output_ids
hashtable, this should only happen if there are no displays known to
libgnome-desktop (and therefore mutter).

See https://bugzilla.redhat.com/show_bug.cgi?id=1280075

https://bugzilla.gnome.org/show_bug.cgi?id=771875

201e696... by Marek Kašík

printers: Fix compilation warning

We need to include cups/ppd.h explicitly due to some modification
of structure of CUPS headers

ed31adb... by Michael Catanzaro

power: Fix wifi device state when opening power panel

This toggle is always set to off when the panel is opened. We should
check whether it's on or not when opening the panel. Currently we are
only subscribed to changes, so we don't check the wifi state until it's
toggled on or off after the panel has been opened the first time.

Alternate patch for gnome-3-20 branch.

https://bugzilla.gnome.org/show_bug.cgi?id=771564

601164d... by Michael Catanzaro

power: Fix hiding wi-fi, mobile broadband toggles

We check with NetworkManager whether a wireless device exists to decide
whether or not to display these toggles. NetworkManager says no, we hide
the toggles, then we call gtk_widget_show_all() and undo our work. Sad!
Actually pressing the toggles triggers the check again, and causes both
listbox rows to shockingly disappear.

This fix is not needed on the master branch because, since the port to
libnm 1.2, the check is now scheduled on the main loop, to run after
this function completes, inadvertantly fixing this bug.

https://bugzilla.gnome.org/show_bug.cgi?id=771148