File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -349,6 +349,9 @@ class FedoraUpdateIndicator extends Button {
349349 _onFolderChanged ( ) {
350350 // Folder have changed ! Let's schedule a check in a few seconds
351351 // This will replace the first check if not done yet, we don't want to do double checking
352+ if ( this . _FirstTimeoutId ) {
353+ GLib . source_remove ( this . _FirstTimeoutId ) ;
354+ }
352355 this . _FirstTimeoutId = GLib . timeout_add_seconds ( GLib . PRIORITY_DEFAULT , 5 , ( ) => {
353356 this . _FirstTimeoutId = null ;
354357 this . _checkUpdates ( ) ;
Original file line number Diff line number Diff line change 66 "uuid" : " update-extension@purejava.org" ,
77 "gettext-domain" : " update-extension@purejava.org" ,
88 "settings-schema" : " org.gnome.shell.extensions.fedora-update" ,
9- "version" : 19
9+ "version" : 20
1010}
You can’t perform that action at this time.
0 commit comments