mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-18 03:30:18 +00:00
no error on beeps
This commit is contained in:
@@ -678,7 +678,7 @@ fe_beep (session *sess)
|
|||||||
#else
|
#else
|
||||||
beepfile = g_build_filename (HEXCHATSHAREDIR, "hexchat", "beep.wav", NULL);
|
beepfile = g_build_filename (HEXCHATSHAREDIR, "hexchat", "beep.wav", NULL);
|
||||||
#endif
|
#endif
|
||||||
sound_play (beepfile, FALSE, TRUE);
|
sound_play (beepfile, TRUE, TRUE);
|
||||||
g_free (beepfile);
|
g_free (beepfile);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user