about summary refs log tree commit diff stats
path: root/src/ui/core.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-06-29 19:19:08 +0100
committerJames Booth <boothj5@gmail.com>2014-06-29 19:19:08 +0100
commit4279735dd717eb9956df80df750352e4303f2293 (patch)
tree8f4a02152fc71f1df244b4053ba6af1aab73f1ab /src/ui/core.c
parent03ffe57063c34d2e4b79765a9cf84d0e7e3b4c4c (diff)
downloadprofani-tty-4279735dd717eb9956df80df750352e4303f2293.tar.gz
Reinitialise libnotify per notification
Fixes issue on Xfce4 where notification are not being sent after a period of time.
Issue #370
Diffstat (limited to 'src/ui/core.c')
-rw-r--r--src/ui/core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index 262eb4d3..996a0c7a 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -94,7 +94,6 @@ _ui_init(void)
     create_input_window();
     wins_init();
     cons_about();
-    notifier_init();
 #ifdef HAVE_LIBXSS
     display = XOpenDisplay(0);
 #endif