Oops, wrong sense of create predicte. Melchior was peeved.
This commit is contained in:
parent
e2de2b4093
commit
d9ff131805
1 changed files with 2 additions and 2 deletions
|
@ -201,11 +201,11 @@ Dialog = {
|
|||
#
|
||||
property_browser = func(dir = "/") {
|
||||
var dlgname = "property-browser";
|
||||
var need_create = 0;
|
||||
var need_create = 1;
|
||||
foreach (var module; keys(globals)) {
|
||||
if (find("__dlg:" ~ dlgname, module) == 0) {
|
||||
globals[module].clone(dir);
|
||||
need_create = 1;
|
||||
need_create = 0;
|
||||
}
|
||||
}
|
||||
if(need_create) {
|
||||
|
|
Loading…
Reference in a new issue