[dconf-editor] No need to reload when entering delay mode.



commit 869a5aa273346899fb4fba0ce422d8bdb281de80
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Sat Jul 9 01:45:21 2016 +0200

    No need to reload when entering delay mode.

 editor/modifications-revealer.vala |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/editor/modifications-revealer.vala b/editor/modifications-revealer.vala
index a0508aa..6cc0aa8 100644
--- a/editor/modifications-revealer.vala
+++ b/editor/modifications-revealer.vala
@@ -88,7 +88,6 @@ class ModificationsRevealer : Revealer
         mode = Mode.DELAYED;
         apply_button.sensitive = dconf_keys_awaiting_hashtable.length + 
gsettings_keys_awaiting_hashtable.length != 0;
         update ();
-        reload ();
     }
 
     public void add_delayed_setting (Key key, Variant? new_value)


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