Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

Commit

Permalink
Removed HasFocus() for beep on new messages
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-arguelles committed Mar 12, 2012
1 parent 0be7d86 commit 87ce893
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Conversation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -619,8 +619,7 @@ void Conversation::DeclareBindables()

void Conversation::Beep()
{
if (HasFocus() && beep_on_msg)
std::cout << '\a';
std::cout << '\a';
}

/* vim: set tabstop=2 shiftwidth=2 tw=78 expandtab : */

0 comments on commit 87ce893

Please sign in to comment.