| 18185:d4f1719d812b | 18193:a1939279bed1 |
|---|---|
| 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 |