mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 09:40:20 +00:00
Move beep to proper place
This commit is contained in:
@@ -674,9 +674,9 @@ fe_beep (session *sess)
|
||||
if (!prefs.hex_gui_focus_omitalerts || !fe_gui_info (sess, 0) == 1)
|
||||
{
|
||||
#ifdef WIN32 /* keep this in sync with cfgfiles.c! */
|
||||
beepfile = g_build_filename (HEXCHATSHAREDIR, "share", "beep.wav", NULL);
|
||||
beepfile = g_build_filename (HEXCHATSHAREDIR, "share", "sounds", "beep.wav", NULL);
|
||||
#else
|
||||
beepfile = g_build_filename (HEXCHATSHAREDIR, "hexchat", "beep.wav", NULL);
|
||||
beepfile = g_build_filename (HEXCHATSHAREDIR, "sounds", "freedesktop", "stereo", "hexchat_beep.wav", NULL);
|
||||
#endif
|
||||
sound_play (beepfile, TRUE, TRUE);
|
||||
g_free (beepfile);
|
||||
|
||||
Reference in New Issue
Block a user