View Issue Details

IDProjectCategoryView StatusLast Update
0001595SOGoWeb Mailpublic2012-06-06 14:47
Reporterbuzzdee Assigned Toludovic  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version1.3.11 
Summary0001595: In -[NSObject(KeyValueCoding) takeValuesFromDictionary:] method is deprecated, use -setValuesForKeysWithDictionary: with patch
Description

this deprecated method is called when opening the web mail editor.

Attached patch makes SOGo use the proposed other method.

Additional Information

could this please be included in the next SOPE/SOGo release.

TagsNo tags attached.

Activities

2012-01-22 14:36

 

patch-UI_MailerUI_UIxMailEditor_m (391 bytes)   
$OpenBSD$
--- UI/MailerUI/UIxMailEditor.m.orig	Sun Jan 22 14:29:40 2012
+++ UI/MailerUI/UIxMailEditor.m	Sun Jan 22 14:30:25 2012
@@ -384,7 +384,7 @@ static NSArray *infoKeys = nil;
 {
   if (![_info isNotNull]) return;
   [self debugWithFormat:@"loading info ..."];
-  [self takeValuesFromDictionary:_info];
+  [self setValuesForKeysWithDictionary:_info];
 }
 
 - (NSDictionary *) storeInfo
ludovic

ludovic

2012-05-29 20:19

administrator   ~0003984

This patch does not seem relevant anymore.

Issue History

Date Modified Username Field Change
2012-01-22 14:36 buzzdee New Issue
2012-01-22 14:36 buzzdee File Added: patch-UI_MailerUI_UIxMailEditor_m
2012-05-22 20:05 ludovic Target Version => 1.3.16
2012-05-29 20:19 ludovic Note Added: 0003984
2012-05-29 20:19 ludovic Status new => resolved
2012-05-29 20:19 ludovic Resolution open => no change required
2012-05-29 20:19 ludovic Assigned To => ludovic
2012-05-29 20:19 ludovic Status resolved => closed
2012-06-06 14:47 francis Target Version 1.3.16 =>