+2007-10-19 Wolfgang Sourdeau <wsourdeau@inverse.ca>
+
+ * GCSFolderManager.m ([GCSFolderManager -baseTableNameWithUID:]):
+ cast the time interval to an unsigned int.
+
2007-08-29 Wolfgang Sourdeau <WSourdeau@Inverse.CA>
* EOQualifier+GCS.m: rewrote comparison code, now uses UPPER instead of
}
return [NSString stringWithFormat: @"%@%u",
- newUID, [now timeIntervalSince1970]];
+ newUID, (unsigned int) [now timeIntervalSince1970]];
}
- (NSException *)createFolderOfType:(NSString *)_type
if (window.height()
< (menuTop + submenuNode.offsetHeight)
&& submenuNode.offsetHeight < window.height())
- menuTop = this.offsetTop - submenuNode.offsetHeight + 1;
+ menuTop -= submenuNode.offsetHeight - this.offsetHeight - 4;
var menuLeft = (parentNode.offsetLeft + parentNode.offsetWidth - 3);
if (window.width()
< (menuLeft + submenuNode.offsetWidth))