[gnome-shell] extensionPrefs: Schedule updates check on activate



commit 9e00e8a0fb89577802e530f1727f025dd8b69554
Author: Florian Müllner <fmuellner gnome org>
Date:   Mon Jan 27 00:47:18 2020 +0100

    extensionPrefs: Schedule updates check on activate
    
    While gnome-shell will now check for extension updates, the checks
    are performed infrequently. Opening the Extensions app implies that
    the user's current focus is on extensions, so it is an appropriate
    time to schedule another updates check.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/issues/1968

 js/extensionPrefs/main.js | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/js/extensionPrefs/main.js b/js/extensionPrefs/main.js
index 67ff6c5c15..83abbb43ee 100644
--- a/js/extensionPrefs/main.js
+++ b/js/extensionPrefs/main.js
@@ -38,6 +38,7 @@ class Application extends Gtk.Application {
     }
 
     vfunc_activate() {
+        this._shellProxy.CheckForUpdatesRemote();
         this._window.present();
     }
 


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