gnome-initial-setup:gnome-3-18

Last commit made on 2016-03-03
Get this branch:
git clone -b gnome-3-18 https://git.launchpad.net/gnome-initial-setup

Branch merges

Branch information

Name:
gnome-3-18
Repository:
lp:gnome-initial-setup

Recent commits

cd1485e... by Cédric VALMARY (Tot en òc)

Updated Occitan translation

1410193... by Christian Kirbach

Update German translation

dee6f0c... by Cosimo Cecchi <email address hidden>

input-chooser: don't access priv pointer before checking no error

If the GCancellable is cancelled by the finalize() function, the
callback will still be called potentially with an instance of the
CcInputChooser that's not valid anymore.
To avoid crashing in that case, only access the priv pointer of
CcInputChooser when we have no error.

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

50d2d13... by Alexander Shopov

Updated Bulgarian translation

87d73d4... by =?utf-8?q?R=C5=ABdolfs_Mazurs?= <email address hidden>

Update Latvian translation

fe878b4... by aurisc4

Updated Lithuanian translation

20aff30... by Christian Kirbach

Updated German translation

e0b7f96... by Tristan Van Berkom

GisTimezonePage: Fix timezone lookup after locale change

When the locale changes then all of the GisPages are rebuilt and
added to the already visible assistant widget - resulting in the
new timezone page being immediately mapped. The result is that
geolocation lookup is immediately cancelled and never gets a chance
to complete if a language is ever selected.

As the current code assumes that the widget is only mapped when it is
actually displayed (which is only true when the parent assistant is
not yet mapped when the child page is added) - Changed the code to
use the explicit gis_page_shown() api instead.

This performs the same intended geolocation lookup cancellation, only
in a more reliable codepath.

7630791... by Matthias Clasen <email address hidden>

3.19.1

f84efbb... by Iñaki Larrañaga Murgoitio

Updated Basque language