~vcs-imports/gnome-session/+git/gnome-session:gnome-3-10

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

Branch merges

Branch information

Recent commits

2de9567... by Pedro Albuquerque

Updated Portuguese translation

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

Updated Occitan translation

98ee855... by mahfiaz

[l10n] Updated Estonian translation

b0a3aa1... by GunChleoc

Added Scottish Gaelic translation

76e0d7d... by Nilamdyuti Goswami <email address hidden>

Assamese translation updated

f322820... by Ray Strode <email address hidden>

data: blacklist nv25

It doesn't work very well.

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

6dae8a6... by Shantha kumar <email address hidden>

Tamil Translations Updated

3f3066f... by Colin Walters

gsm-manager: Don't abort when all clients exit

If all of our clients exit, remove_clients_for_connection()
calls end_phase() which in turn invokes gsm_manager_quit() that
checks the logout type.

But at this point we only have _LOGOUT_NONE, so we end up aborting.
It's fine to just call _quit() in this case, and this avoids us
dumping core.

This was happening to me when session startup failed for other
reasons.

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

e48806a... by Colin Walters

gsm-util: Use g_unsetenv() rather than g_setenv(variable, NULL)

This way we don't emit a critical with newer glibs.

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

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

07852f0... by Matthias Clasen <email address hidden>

Fix a possible crash in the presence interface

Improper error handling in gsm_presence_set_status_text() would
lead to a double free on the next call to that function.
Found using the dfuzzer tool,
https://github.com/matusmarhefka/dfuzzer