comparison pidgin/gtkutils.c @ 18114:873ee0038752

merge of 'd8c7c08339ae468cb4298f6850eb7d3b760ad7b5' and 'ed8b5b74cff83943994bc055c40b107e04e87249'
author Richard Laager <rlaager@wiktel.com>
date Sat, 16 Jun 2007 19:00:52 +0000
parents 926ccb104da0
children 59aec2d6ec43
comparison
equal deleted inserted replaced
18104:e4d21d4dfcca 18114:873ee0038752
685 PurpleFilterAccountFunc filter_func, gboolean show_all) 685 PurpleFilterAccountFunc filter_func, gboolean show_all)
686 { 686 {
687 AopMenu *aop_menu = NULL; 687 AopMenu *aop_menu = NULL;
688 PurpleAccount *account; 688 PurpleAccount *account;
689 GdkPixbuf *pixbuf = NULL; 689 GdkPixbuf *pixbuf = NULL;
690 const GList *list; 690 GList *list;
691 const GList *p; 691 GList *p;
692 GtkSizeGroup *sg; 692 GtkSizeGroup *sg;
693 int i; 693 int i;
694 char buf[256]; 694 char buf[256];
695 695
696 if (show_all) 696 if (show_all)
993 *ret_alias = alias; 993 *ret_alias = alias;
994 994
995 /* Check for a compatible account. */ 995 /* Check for a compatible account. */
996 if (ret_account != NULL) 996 if (ret_account != NULL)
997 { 997 {
998 const GList *list; 998 GList *list;
999 PurpleAccount *account = NULL; 999 PurpleAccount *account = NULL;
1000 const GList *l; 1000 GList *l;
1001 const char *protoname; 1001 const char *protoname;
1002 1002
1003 if (all_accounts) 1003 if (all_accounts)
1004 list = purple_accounts_get_all(); 1004 list = purple_accounts_get_all();
1005 else 1005 else