diff options
author | Rodrigo Moya <rodrigo@src.gnome.org> | 2002-11-08 07:09:06 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2002-11-08 07:09:06 +0800 |
commit | 0783b601b0f6cc882ca6d4f22a6ac052d3658ba4 (patch) | |
tree | ca45d0948496ce9f8614c872b85c96fa57886cdd /calendar | |
parent | ce98870b71f7f92368eee074cc0c72d7eec9fd56 (diff) | |
download | gsoc2013-evolution-0783b601b0f6cc882ca6d4f22a6ac052d3658ba4.tar.gz gsoc2013-evolution-0783b601b0f6cc882ca6d4f22a6ac052d3658ba4.tar.zst gsoc2013-evolution-0783b601b0f6cc882ca6d4f22a6ac052d3658ba4.zip |
*** empty log message ***
svn path=/trunk/; revision=18650
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/TODO.port | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/TODO.port b/calendar/TODO.port index 1d680fdb72..35233d35b9 100644 --- a/calendar/TODO.port +++ b/calendar/TODO.port @@ -8,3 +8,5 @@ * */* remove the G_OBJECT macro in the calls to g_object_ref/_unref, since those functions already do the type checking, and it's a heavy operation. +* */* + replace the signal handlers for "destroy" with weak references. |