mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
Monotone-Parent: 75309c63ac3f2610d9a8f45ed263389466bcc74e
Monotone-Revision: b816f8881a78a3290540c985eaed842f9e51e581 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-02T21:14:53 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2007-04-02 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/Contacts/UIxContactView.m ([UIxContactView -workUrl]): we
|
||||
want the "work" url instead of the "home".
|
||||
|
||||
* UI/Contacts/UIxContactEditor.m ([UIxContactEditor
|
||||
-_saveSnapshot]): save url values from snapshot.
|
||||
([UIxContactEditor -initSnapshot]): load url values from snapshot.
|
||||
|
||||
@@ -410,7 +410,7 @@
|
||||
|
||||
- (NSString *) workUrl
|
||||
{
|
||||
return [self _urlOfType: @"home"];
|
||||
return [self _urlOfType: @"work"];
|
||||
}
|
||||
|
||||
- (BOOL) hasOtherInfos
|
||||
|
||||
Reference in New Issue
Block a user