Permalink
Browse files

extend focus fix to Kadu

  • Loading branch information...
Damian Pisarczyk
Damian Pisarczyk committed Jun 1, 2014
1 parent cb815e4 commit 00cd5b78129030a269fff67bebf637658f84aba7
Showing with 2 additions and 1 deletion.
  1. +2 −1 js/ui/windowAttentionHandler.js
@@ -28,7 +28,8 @@ WindowAttentionHandler.prototype = {
if (!window || window.has_focus() || window.is_skip_taskbar() ||
(window.get_wm_class() && (window.get_wm_class().indexOf("Skype") > -1 ||
window.get_wm_class().indexOf("Quassel") > -1 ||
window.get_wm_class().indexOf("Pidgin") > -1)))
window.get_wm_class().indexOf("Pidgin") > -1 ||
window.get_wm_class().indexOf("Kadu") > -1)))
return;
try {

0 comments on commit 00cd5b7

Please sign in to comment.