Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

Commit

Permalink
seb2 Bugfix Reconfiguration 801296e
Browse files Browse the repository at this point in the history
  • Loading branch information
danschlet committed Jun 29, 2020
1 parent b7f8d8c commit 38301c5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion SebWindowsBrowser/xul_seb/modules/SebNet.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,11 @@ requestObserver.prototype.observe = function ( subject, topic, data ) {
sl.debug("opening seb settings in the background");
seb.reconfState = RECONF_START;
} else {
subject.cancel( this.aborted );
subject.cancel( this.aborted );
if ( seb.reconfState == RECONF_START) {
sl.debug("RECONF already started");
return;
}
sb.openSebFileDialog(url2);
}
//seb.reconfState = RECONF_NO;
Expand Down

0 comments on commit 38301c5

Please sign in to comment.