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

@@ -94,7 +94,6 @@ _ui_init(void)
create_input_window();
wins_init();
cons_about();
notifier_init();
#ifdef HAVE_LIBXSS
display = XOpenDisplay(0);
#endif