changeset 6930:31c45d99e1a8

[gaim-migrate @ 7477] I suck. Luke knows this, because I just told him. Now you do too. Spread the word! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 24 Sep 2003 02:33:51 +0000
parents 906567be99b2
children d3e0a5e37319
files src/gtkprefs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkprefs.c	Wed Sep 24 02:21:44 2003 +0000
+++ b/src/gtkprefs.c	Wed Sep 24 02:33:51 2003 +0000
@@ -1724,7 +1724,7 @@
 		plug = probes->data;
 
 		if (plug->info->type != GAIM_PLUGIN_STANDARD ||
-			(plug->info->flags & GAIM_PLUGIN_INVISIBLE))
+			(plug->info->flags & GAIM_PLUGIN_FLAG_INVISIBLE))
 		{
 			continue;
 		}