mirror of
https://github.com/moparisthebest/hexchat
synced 2024-10-31 15:35:03 -04:00
Remove extra omitalerts check
This commit is contained in:
parent
78e39bfb1c
commit
e714c7d53f
@ -663,8 +663,6 @@ fe_print_text (struct session *sess, char *text, time_t stamp)
|
|||||||
|
|
||||||
void
|
void
|
||||||
fe_beep (session *sess)
|
fe_beep (session *sess)
|
||||||
{
|
|
||||||
if (!prefs.hex_gui_focus_omitalerts || !fe_gui_info (sess, 0) == 1)
|
|
||||||
{
|
{
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
if (!PlaySound ("Notification.IM", NULL, SND_ALIAS|SND_ASYNC))
|
if (!PlaySound ("Notification.IM", NULL, SND_ALIAS|SND_ASYNC))
|
||||||
@ -684,7 +682,6 @@ fe_beep (session *sess)
|
|||||||
gdk_beep ();
|
gdk_beep ();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
fe_lastlog (session *sess, session *lastlog_sess, char *sstr, gtk_xtext_search_flags flags)
|
fe_lastlog (session *sess, session *lastlog_sess, char *sstr, gtk_xtext_search_flags flags)
|
||||||
|
Loading…
Reference in New Issue
Block a user