[gnome-shell/datetime: 12/12] Switch to empty event source



commit bce2cf91648837d05b787ce0c6fca5df52d8baaa
Author: David Zeuthen <davidz redhat com>
Date:   Thu Jan 20 13:14:45 2011 -0500

    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>

 js/ui/dateMenu.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/dateMenu.js b/js/ui/dateMenu.js
index 6cf4c70..4a3dd2b 100644
--- a/js/ui/dateMenu.js
+++ b/js/ui/dateMenu.js
@@ -60,8 +60,8 @@ DateMenuButton.prototype = {
         let hbox;
         let vbox;
 
-        //this._eventSource = new Calendar.EmptyEventSource();
-        this._eventSource = new Calendar.FakeEventSource();
+        this._eventSource = new Calendar.EmptyEventSource();
+        //this._eventSource = new Calendar.FakeEventSource();
         // TODO: write e.g. EvolutionEventSource
 
         PanelMenu.Button.prototype._init.call(this, St.Align.START);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]