Reinitialise libnotify per notification

Fixes issue on Xfce4 where notification are not being sent after a period of time.
Issue #370
This commit is contained in:
James Booth
2014-06-29 19:19:08 +01:00
parent 03ffe57063
commit 4279735dd7
3 changed files with 13 additions and 13 deletions

View File

@@ -259,7 +259,6 @@ void (*cons_show_contact_online)(PContact contact, Resource *resource, GDateTime
void (*cons_show_contact_offline)(PContact contact, char *resource, char *status);
// desktop notifier actions
void (*notifier_init)(void);
void (*notifier_uninit)(void);
void (*notify_typing)(const char * const handle);