More invalid source fixes

https://bugzilla.gnome.org/show_bug.cgi?id=711732
This commit is contained in:
Florian Müllner
2013-11-08 04:48:51 +01:00
parent 3991d2729d
commit 554d5aeb7c
6 changed files with 9 additions and 0 deletions

View File

@ -415,6 +415,7 @@ const EndSessionDialog = new Lang.Class({
let dialogContent = DialogContent[this._type];
let button = dialogContent.confirmButtons[dialogContent.confirmButtons.length - 1];
this._confirm(button.signal);
this._timerId = 0;
return false;
}));