gapplication: Initialize backend before withdrawing notifications
authorKalev Lember <klember@redhat.com>
Mon, 22 Jun 2015 17:56:38 +0000 (19:56 +0200)
committerKalev Lember <klember@redhat.com>
Tue, 23 Jun 2015 12:22:41 +0000 (14:22 +0200)
commitc612fcab0fb2d3f0bdaf011d5b566dc949dbd18a
tree8aa5feaeba2bd3f143a19e4d6872f865e6c4fff5
parentbb41a89c42dc4b24dc0a302b406df78e7c273744
gapplication: Initialize backend before withdrawing notifications

Make sure to initialize the notification backend in
g_application_withdraw_notification() the same way as is done in
g_application_send_notification().

This makes it possible for an app to withdraw notifications it has sent
in a previous execution of the application.

https://bugzilla.gnome.org/show_bug.cgi?id=750625
gio/gapplication.c