mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 14:56:21 +00:00
Merge branch 'master' into winbuffers
This commit is contained in:
@@ -165,12 +165,12 @@ _notify(const char * const message, int timeout,
|
|||||||
#ifdef HAVE_LIBNOTIFY
|
#ifdef HAVE_LIBNOTIFY
|
||||||
log_debug("Attempting notification: %s", message);
|
log_debug("Attempting notification: %s", message);
|
||||||
if (notify_is_initted()) {
|
if (notify_is_initted()) {
|
||||||
log_debug("Reinitialising libnotify");
|
log_debug("Reinitialising libnotify");
|
||||||
notify_uninit();
|
notify_uninit();
|
||||||
notify_init("Profanity");
|
notify_init("Profanity");
|
||||||
} else {
|
} else {
|
||||||
log_debug("Initialising libnotify");
|
log_debug("Initialising libnotify");
|
||||||
notify_init("Profanity");
|
notify_init("Profanity");
|
||||||
}
|
}
|
||||||
if (notify_is_initted()) {
|
if (notify_is_initted()) {
|
||||||
NotifyNotification *notification;
|
NotifyNotification *notification;
|
||||||
|
|||||||
Reference in New Issue
Block a user