diff src/prpl.c @ 3382:e9a89676d120

[gaim-migrate @ 3401] No longer do we build libicq.so -- run make in src/protocols/icq if you feel you need it for some reason (you don't--use OSCAR) TOC is no longer compiled statically by default. If you need it for some reason, you can load the libtoc.so plugin. Ari Pollak fixed up some #ifdefs to get IM images to work in gtk2, and he fixed a few gtk font warnings elsewhere. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 07 Aug 2002 23:25:33 +0000
parents 941eb47c5bd4
children a5d356cba156
line wrap: on
line diff
--- a/src/prpl.c	Wed Aug 07 22:37:58 2002 +0000
+++ b/src/prpl.c	Wed Aug 07 23:25:33 2002 +0000
@@ -74,6 +74,14 @@
 				  " successfully loaded."), _("Protocol Error"));
 		return;
 	}
+	
+	if (p->protocol == PROTO_ICQ) 
+		do_error_dialog(_("Gaim has loaded the ICQ plugin.  This plugin has been deprecated. "
+				  "As such, it was probably not compiled from the same version of the "
+				  "source as this application was, and cannot be guaranteed to work.  "
+				  "It is reccomended that you use the AIM/ICQ protocol to connect to ICQ"),
+				_("Protocol Warning"));
+
 	p = g_new0(struct prpl, 1);
 	pi(p);
 	if ((old = find_prpl(p->protocol)) != NULL)