svncommit
2007-10-17 18197044382034fb26ef862e8d88b89c4e14593b
Make sure the _main_ window is focussed (closes #1484138).


1 files modified
7 ■■■■ changed files
program/js/app.js 7 ●●●● patch | view | raw | blame | history
program/js/app.js
@@ -203,8 +203,11 @@
        this.set_page_buttons();
        // focus this window
        window.focus();
        // focus main window
        if (this.env.framed && window.parent)
          window.parent.focus();
        else
          window.focus();
        // init message compose form
        if (this.env.action=='compose')