Switch to empty event source
We are leaving in the fake event source so it's easy to debug the UI. This is helpful because the fake event source has a transient event that is being added/removed every five seconds. Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
parent
2f52b87451
commit
bce2cf9164
@ -60,8 +60,8 @@ DateMenuButton.prototype = {
|
|||||||
let hbox;
|
let hbox;
|
||||||
let vbox;
|
let vbox;
|
||||||
|
|
||||||
//this._eventSource = new Calendar.EmptyEventSource();
|
this._eventSource = new Calendar.EmptyEventSource();
|
||||||
this._eventSource = new Calendar.FakeEventSource();
|
//this._eventSource = new Calendar.FakeEventSource();
|
||||||
// TODO: write e.g. EvolutionEventSource
|
// TODO: write e.g. EvolutionEventSource
|
||||||
|
|
||||||
PanelMenu.Button.prototype._init.call(this, St.Align.START);
|
PanelMenu.Button.prototype._init.call(this, St.Align.START);
|
||||||
|
Loading…
Reference in New Issue
Block a user