mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-27 10:03:08 +02:00
libmodules.tcl: handle new format of OverlayDict
This commit is contained in:
@@ -79,7 +79,8 @@ proc module-addgroup { group } {
|
||||
foreach overlay $::OverlayList {
|
||||
lappend overlays_to_add $overlay
|
||||
debug $overlay
|
||||
if { [string compare $::OverlayDict($overlay) $::ol_replacing] == 0 } {
|
||||
set ol_type [lindex [split $OverlayDict($overlay) ":"] 0]
|
||||
if { [string compare $ol_type $::ol_replacing] == 0 } {
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user