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