mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Fixed previous merge
This commit is contained in:
parent
02ef4d31be
commit
8d464e9916
@ -203,7 +203,7 @@ _notify(const char * const message, int timeout,
|
|||||||
|
|
||||||
Shell_NotifyIcon(NIM_MODIFY, &nid);
|
Shell_NotifyIcon(NIM_MODIFY, &nid);
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_OSXNOTIFY
|
#ifdef PROF_HAVE_OSXNOTIFY
|
||||||
GString *notify_command = g_string_new("terminal-notifier -title 'Profanity' -message '");
|
GString *notify_command = g_string_new("terminal-notifier -title 'Profanity' -message '");
|
||||||
g_string_append(notify_command, message);
|
g_string_append(notify_command, message);
|
||||||
g_string_append(notify_command, "'");
|
g_string_append(notify_command, "'");
|
||||||
|
Loading…
Reference in New Issue
Block a user