~mate-desktop/mate-desktop/+git/mate-notification-daemon:1.8

Last commit made on 2015-03-12
Get this branch:
git clone -b 1.8 https://git.launchpad.net/~mate-desktop/mate-desktop/+git/mate-notification-daemon

Branch merges

Branch information

Recent commits

c9fff9f... by Stefano Karapetsas

Fix typo in NEWS file

e63ed99... by Stefano Karapetsas

Bump version to 1.8.3

8e7c134... by Stefano Karapetsas

Merge pull request #46 from monsta/fix-for-new-glib-1.8

[1.8] first connect to settings, then read them.

af208d2... by Stefano Karapetsas

Merge pull request #47 from monsta/patch-1

[1.8] daemon: fixed logic in a couple of places

688b62f... by Vlad Orlov

daemon: fixed logic in a couple of places

2da0593... by Vlad Orlov

first connect to settings, then read them.

fixes the issue with GLib >= 2.43,
https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619

41829cb... by Stefano Karapetsas

Update NEWS

7c7ef60... by Eugene Kilachkoff

Fix crash when switching monitors

When switching monitors AND displaying notifications at the
same time, a rare situation might occur when notification
window will be added to two or more stacks. One of the
stacks will be removed soon enough, but the "destroy"
handler will persist and will be triggered when the window
disappears. This results in a reference to a freed memory
and (usually) a daemon crash, a typical one is
https://retrace.fedoraproject.org/faf/reports/359836/ for
example.

So, the removal handlers referring to a deleted stack must
be cancelled prior to removal.

Closes https://github.com/mate-desktop/mate-notification-daemon/pull/34

def0c07... by Denis Gorodnichev

don't draw pie if timeout is zero

Closes https://github.com/mate-desktop/mate-notification-daemon/pull/38

22564ec... by Stefano Karapetsas

coco: Show actions box

Closes https://github.com/mate-desktop/mate-notification-daemon/issues/37