2005-02-06 Helge Hess <helge.hess@opengroupware.org>
+ * DynamicElements/WOBrowser.m: fixed a warning if neither selection
+ nor selections is set (fixes OGo bug #1231) (v4.5.112)
+
* Defaults.plist: added "127.0.0.1" to WOHttpAllowHost (v4.5.111)
2005-02-02 Helge Hess <helge.hess@opengroupware.org>
}
if ((self->selection = OWGetProperty(_config, @"selections")) == nil) {
- if ((self->selection = OWGetProperty(_config, @"selection")) == nil) {
+ if ((self->selection = OWGetProperty(_config, @"selection")) != nil) {
[self debugWithFormat:
@"Note: using deprecated 'selection' binding, "
@"use 'selections' instead."];
# version file
-SUBMINOR_VERSION:=111
+SUBMINOR_VERSION:=112
# v4.5.91 requires libNGExtensions v4.5.134
# v4.5.84 requires libNGExtensions v4.5.127