diff options
-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. |