More cleanup

This commit is contained in:
TingPing 2013-04-27 20:35:04 -03:00
parent 78f9f3f87c
commit 24034b5b8b
1 changed files with 1 additions and 2 deletions

View File

@ -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