[Qooxdoo-commit] qooxdoo/source/script/gui QxNativeWindow.js,1.1.2.21,1.1.2.22
Brought to you by:
ecker,
martinwittemann
|
From: Sebastian W. <wp...@us...> - 2006-01-24 15:00:30
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/gui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13115/source/script/gui Modified Files: Tag: renderer QxNativeWindow.js Log Message: Minor move Index: QxNativeWindow.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxNativeWindow.js,v retrieving revision 1.1.2.21 retrieving revision 1.1.2.22 diff -u -d -r1.1.2.21 -r1.1.2.22 --- QxNativeWindow.js 24 Jan 2006 14:59:13 -0000 1.1.2.21 +++ QxNativeWindow.js 24 Jan 2006 15:00:17 -0000 1.1.2.22 @@ -571,17 +571,17 @@ return; }; + if (this._timer) + { + this._timer.stop(); + this._timer = null; + }; + if (this.getDependent()) { this.close(); }; this._window = null; - if (this._timer) - { - this._timer.stop(); - this._timer = null; - }; - return QxTarget.prototype.dispose.call(this); }; |