diff options
author | James Booth <boothj5@gmail.com> | 2014-06-29 19:35:28 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-06-29 19:35:28 +0100 |
commit | c4844a0626c53ceba5b94686b1f71bb67d9b03eb (patch) | |
tree | 993684a84c565578583e117b4d50e1062283c272 | |
parent | c4548363150c0d239eb764aded63c04a365887aa (diff) | |
parent | 6731a11701355c009f333df2c758dd6be49a7463 (diff) | |
download | profani-tty-c4844a0626c53ceba5b94686b1f71bb67d9b03eb.tar.gz |
Merge branch 'master' into winbuffers
-rw-r--r-- | src/ui/notifier.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ui/notifier.c b/src/ui/notifier.c index ba1dbbc4..b7f2eb81 100644 --- a/src/ui/notifier.c +++ b/src/ui/notifier.c @@ -165,12 +165,12 @@ _notify(const char * const message, int timeout, #ifdef HAVE_LIBNOTIFY log_debug("Attempting notification: %s", message); if (notify_is_initted()) { - log_debug("Reinitialising libnotify"); - notify_uninit(); - notify_init("Profanity"); + log_debug("Reinitialising libnotify"); + notify_uninit(); + notify_init("Profanity"); } else { - log_debug("Initialising libnotify"); - notify_init("Profanity"); + log_debug("Initialising libnotify"); + notify_init("Profanity"); } if (notify_is_initted()) { NotifyNotification *notification; |