mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fixed a problem in subclassing NSCalendarDate
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10796 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e313bf0389
commit
74d7131451
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
Mon Aug 28 23:45:15 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/NSCalendarDate.m ([+dateWithString:calendarFormat:]):
|
||||
Call alloc on self, rather than on the hardcoded NSCalendarDate
|
||||
class, so it works in subclasses.
|
||||
([+dateWithString:calendarFormat:locale:]): Idem.
|
||||
([+dateWithYear:month:day:hour:minute:second:timeZone:]): Idem.
|
||||
|
||||
2001-08-28 Georg Fleischmann <georg@vhf.de>
|
||||
|
||||
* base/Source/NSCalendarDate.m [NSCalendarDate
|
||||
|
|
Loading…
Reference in a new issue