comparison pidgin/gtkdialogs.c @ 17518:5d4a8b5f9ba3

merge of '371fb91ec4fdb33fa482efe55111fe58d8758c3b' and '9c20b6a1bdeb4ea7f5f83ee92db3988a5796815e'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 25 May 2007 22:06:53 +0000
parents a307926a3432
children d40fd7106ebf 40d51793f2d7
comparison
equal deleted inserted replaced
17415:8c056932bcc2 17518:5d4a8b5f9ba3
821 821
822 if (username != NULL && purple_str_has_suffix(username, "rocksmyworld")) 822 if (username != NULL && purple_str_has_suffix(username, "rocksmyworld"))
823 found = pidgin_dialogs_ee(username); 823 found = pidgin_dialogs_ee(username);
824 824
825 if (!found && username != NULL && *username != '\0' && account != NULL) 825 if (!found && username != NULL && *username != '\0' && account != NULL)
826 serv_get_info(purple_account_get_connection(account), username); 826 pidgin_retrieve_user_info(purple_account_get_connection(account), username);
827 827
828 g_free(username); 828 g_free(username);
829 } 829 }
830 830
831 void 831 void