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

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

Branch merges

Branch information

Recent commits

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

Updated Occitan translation

56ba747... by Anders Jonsson

Updated Swedish translation

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

Updated Occitan translation

bf8c916... by Sveinn í Felli

Updated Icelandic translation

53c4f67... by Rui Matos

network: Fix a crash on IPv6 settings dialog

Commit 219a94ed1ec3404c1893446e0590dc079e988921 added a
g_object_unref() on the wrong line.

6e7ede7... by Bastien Nocera

network: Remove use of temporary variable

No need to copy a static string before using it.

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

288eaab... by Bastien Nocera

network: Fix warning on panel exit

Now that the VPN object is getting finalized, make sure not to warn if
the NMClient is already gone.

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

c5dc00f... by Bastien Nocera

network: Fix reference leak of NetProxy

Every time we got the list of devices from the devices GtkListStore, we
were leaking the only element that wasn't a NetDevice, the proxy page.
Make sure to unref' it by hand if we're not going to add it to the list
(the elements of which will be unref'ed properly).

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

dbfcb5a... by Bastien Nocera

network: Fix reference leak of NetVirtualDevices

The only reference is owned by the devices GtkListStore.

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

ac7a1b2... by Bastien Nocera

network: Fix reference leak of NetVpn

The only reference is owned by the devices GtkListStore.

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