I think we're doing the proper checks now, so remove a TODO. If this is next.minor

Sun, 07 Oct 2007 14:58:23 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Sun, 07 Oct 2007 14:58:23 +0000
branch
next.minor
changeset 20866
cfe26c6a8e92
parent 20865
e35ee4fd6d45
child 20867
34f0f5dd7f6b

I think we're doing the proper checks now, so remove a TODO. If this is
wrong, we'll fix it later.

libpurple/plugin.h file | annotate | diff | comparison | revisions
--- a/libpurple/plugin.h	Sun Oct 07 14:27:59 2007 +0000
+++ b/libpurple/plugin.h	Sun Oct 07 14:58:23 2007 +0000
@@ -71,11 +71,6 @@
  *
  * This is used in the version 2.0 API and up.
  */
-/* TODO We need to figure out exactly what parts of this are required. The
- * dependent plugin unloading stuff was causing crashes with perl and tcl
- * plugins because they didn't set ids and the dependency code was requiring
- * them. Then we need to actually make sure that plugins have all the right
- * parts before loading them. */
 struct _PurplePluginInfo
 {
 	unsigned int magic;

mercurial