Hi, a commit in January introduced a regression, which is still existent in next branch: cbe2f4e61a12b6bb13469f1eac7df14bbf423128
http://repo.or.cz/w/wmaker-crm.git/commit/cbe2f4e61a12b6bb13469f1eac7df14bbf423128 The issue is described here pretty fine: http://marc.info/?l=openbsd-ports&m=133151145814675&w=2 I would like to see a fix or a revert, to get 0.95.2 closer to integration into OpenBSD's ports tree. Tobias diff --git a/src/defaults.c b/src/defaults.c index 6983275..f3684f1 100644 --- a/src/defaults.c +++ b/src/defaults.c @@ -1013,9 +1013,6 @@ void wDefaultsCheckDomains(void* arg) } WDRootMenu->dictionary = dict; wDefaultsMergeGlobalMenus(WDRootMenu); - scr = wScreenWithNumber(0); - configureMenu(scr, dict, True); - rebind_key_grabs(scr); } } else { wwarning(_("could not load domain %s from user defaults database"), "WMRootMenu"); -- To unsubscribe, send mail to [email protected].
