remove timer-set notification

This commit is contained in:
Olaf Leidinger 2014-02-28 11:04:16 +01:00
parent fe5b801203
commit c2ba4cf037

View File

@ -310,7 +310,6 @@ const TeaTime = new Lang.Class({
this.actor.add_actor( this._bGraphicalCountdown this.actor.add_actor( this._bGraphicalCountdown
? this._graphicalTimer : this._textualTimer); ? this._graphicalTimer : this._textualTimer);
this._showNotification(_("Timer set!"), _("%ss to go").format(time));
this._idleTimeout = Mainloop.timeout_add_seconds(dt, Lang.bind(this, this._doCountdown)); this._idleTimeout = Mainloop.timeout_add_seconds(dt, Lang.bind(this, this._doCountdown));
}, },
_getRemainingSec: function() { _getRemainingSec: function() {