finch/gntblist.c

changeset 16981
f4fd66d0bc51
parent 16980
dac32f745724
child 16982
febd8a44dce7
equal deleted inserted replaced
16980:dac32f745724 16981:f4fd66d0bc51
817 } 817 }
818 818
819 static void 819 static void
820 finch_blist_get_buddy_info_cb(PurpleBuddy *buddy, PurpleBlistNode *selected) 820 finch_blist_get_buddy_info_cb(PurpleBuddy *buddy, PurpleBlistNode *selected)
821 { 821 {
822 /* Add a userinfo with a "Retrieving information", which will later be updated
823 * when the server finally returns the information. */
824 PurpleNotifyUserInfo *info = purple_notify_user_info_new();
825 purple_notify_user_info_add_pair(info, _("Information"), _("Retrieving..."));
826 purple_notify_userinfo(buddy->account->gc, purple_buddy_get_name(buddy), info, NULL, NULL);
827 purple_notify_user_info_destroy(info);
828
822 serv_get_info(buddy->account->gc, purple_buddy_get_name(buddy)); 829 serv_get_info(buddy->account->gc, purple_buddy_get_name(buddy));
823 } 830 }
824 831
825 static void 832 static void
826 finch_blist_menu_send_file_cb(PurpleBuddy *buddy, PurpleBlistNode *selected) 833 finch_blist_menu_send_file_cb(PurpleBuddy *buddy, PurpleBlistNode *selected)

mercurial