mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 00:08:51 +00:00
See ChangeLog
Monotone-Parent: 5882ca24d5eba6f75b71b2264556889290445bad Monotone-Revision: 877003857c443cbee0d3365e26bc55a9110cb707 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-03-31T17:02:54 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2011-03-31 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* UI/Contacts/UIxContactView.m (_cardStringWithLabel:value:):
|
||||
remove useless carriage returns to avoid JavaScript errors in IE7.
|
||||
|
||||
2011-03-30 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/MailerUI/UIxMailFolderActions.m (-copyMessagesAction)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
Copyright (C) 2004 SKYRIX Software AG
|
||||
Copyright (C) 2005-2010 Inverse inc.
|
||||
Copyright (C) 2005-2011 Inverse inc.
|
||||
|
||||
This file is part of SOGo.
|
||||
|
||||
@@ -64,6 +64,7 @@
|
||||
NSMutableString *cardString;
|
||||
|
||||
cardString = [NSMutableString stringWithCapacity: 80];
|
||||
value = [value stringByReplacingString: @"\r" withString: @""];
|
||||
if ([value length] > 0)
|
||||
{
|
||||
if (label)
|
||||
|
||||
Reference in New Issue
Block a user