Kill bell_beeps.

Fixes #524
This commit is contained in:
Alexander Færøy 2016-10-23 21:23:52 +02:00
commit 6a6196eebe
No known key found for this signature in database
GPG key ID: E15081D5D3C3DB53
3 changed files with 2 additions and 11 deletions

View file

@ -611,12 +611,8 @@ static void key_yank_next_cutbuffer(void)
guint length = 0;
char *cutbuffer;
if (!previous_yank_preceded) {
if (settings_get_bool("bell_beeps")) {
signal_emit("beep", 0);
}
if (!previous_yank_preceded)
return;
}
if (active_entry->kill_ring == NULL)
return;