aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/TODO.port
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2003-11-18 12:24:25 +0800
committerJP Rosevear <jpr@src.gnome.org>2003-11-18 12:24:25 +0800
commit0931299f2341f04071311f07e8271db19d9ddc7d (patch)
tree93f115e5f5bbba965368182e643287f14aecc9ba /calendar/TODO.port
parent0a2c5b0c061ebdfe9837b165d9de7529050c2d76 (diff)
downloadgsoc2013-evolution-0931299f2341f04071311f07e8271db19d9ddc7d.tar.gz
gsoc2013-evolution-0931299f2341f04071311f07e8271db19d9ddc7d.tar.zst
gsoc2013-evolution-0931299f2341f04071311f07e8271db19d9ddc7d.zip
Cleanup some ref/unref calls
2003-11-17 JP Rosevear <jpr@ximian.com> * Cleanup some ref/unref calls svn path=/trunk/; revision=23412
Diffstat (limited to 'calendar/TODO.port')
-rw-r--r--calendar/TODO.port12
1 files changed, 0 insertions, 12 deletions
diff --git a/calendar/TODO.port b/calendar/TODO.port
deleted file mode 100644
index 35233d35b9..0000000000
--- a/calendar/TODO.port
+++ /dev/null
@@ -1,12 +0,0 @@
-* gui/alarm-notify/alarm-notify-dialog.c:
- replace missing gnome_win_hints_* calls.
-* gui/dialogs/comp-editor-util.c
- there's a comment in comp_editor_create_contacts_component about OAF being broken.
- Check if it's true with BonoboActivation.
-* pcs/cal-backend-file.c
- remove usage of BonoboConf
-* */*
- 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.