mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 03:02:30 +01:00
More cleanup
This commit is contained in:
parent
78f9f3f87c
commit
24034b5b8b
@ -676,8 +676,7 @@ fe_beep (session *sess)
|
||||
#ifdef USE_LIBCANBERRA
|
||||
if (ca_context_play (ca_gtk_context_get (), 0,
|
||||
CA_PROP_APPLICATION_NAME, DISPLAY_NAME,
|
||||
CA_PROP_EVENT_ID, "message-new-instant", NULL) == 0)
|
||||
return;
|
||||
CA_PROP_EVENT_ID, "message-new-instant", NULL) != 0)
|
||||
#endif
|
||||
gdk_beep ();
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user