View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002051 | SOGo | SOPE | public | 2012-10-19 16:19 | 2012-10-21 03:05 |
Reporter | buzzdee | Assigned To | |||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2.0.1 | ||||
Fixed in Version | 2.0.2 | ||||
Summary | 0002051: [EOSinglePrimaryKeyDictionary-count] should be overridden by subclass -- with patch | ||||
Description | I now got around, to also do the same changes to OGo like for SOPE/SOGo to get it to work with libobjc2. See attached simple patch. | ||||
Tags | No tags attached. | ||||
2012-10-19 16:19
|
patch-sope-gdl1_GDLAccess_EOPrimaryKeyDictionary_m (322 bytes)
$OpenBSD$ --- sope-gdl1/GDLAccess/EOPrimaryKeyDictionary.m.orig Fri Oct 19 17:35:34 2012 +++ sope-gdl1/GDLAccess/EOPrimaryKeyDictionary.m Fri Oct 19 17:36:01 2012 @@ -104,7 +104,7 @@ return [key isEqual:_key] ? value : nil; } -- (unsigned int)count { +- (NSUInteger)count { return 1; } - (BOOL)isNotEmpty { |
Fixed in c31b6334a18b756dbe3e2fb4a52eb8a9a2f68e00 |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2012-10-19 16:19 | buzzdee | New Issue | |
2012-10-19 16:19 | buzzdee | File Added: patch-sope-gdl1_GDLAccess_EOPrimaryKeyDictionary_m | |
2012-10-21 03:05 |
|
Note Added: 0004686 | |
2012-10-21 03:05 |
|
Status | new => resolved |
2012-10-21 03:05 |
|
Fixed in Version | => 2.0.2 |
2012-10-21 03:05 |
|
Resolution | open => fixed |
2012-10-21 03:05 |
|
Assigned To | => wsourdeau |