comparison src/gtkprefs.c @ 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 6ed0a1c045b4
children bdd046deec7e
comparison
equal deleted inserted replaced
6929:906567be99b2 6930:31c45d99e1a8
1722 probes = probes->next) 1722 probes = probes->next)
1723 { 1723 {
1724 plug = probes->data; 1724 plug = probes->data;
1725 1725
1726 if (plug->info->type != GAIM_PLUGIN_STANDARD || 1726 if (plug->info->type != GAIM_PLUGIN_STANDARD ||
1727 (plug->info->flags & GAIM_PLUGIN_INVISIBLE)) 1727 (plug->info->flags & GAIM_PLUGIN_FLAG_INVISIBLE))
1728 { 1728 {
1729 continue; 1729 continue;
1730 } 1730 }
1731 1731
1732 gtk_list_store_append (ls, &iter); 1732 gtk_list_store_append (ls, &iter);