Wed, 24 Sep 2003 02:33:51 +0000
[gaim-migrate @ 7477]
I suck. Luke knows this, because I just told him. Now you do too. Spread
the word!
| src/gtkprefs.c | file | annotate | diff | comparison | revisions |
--- 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; }