| 821 buf = g_string_free(s, FALSE); |
821 buf = g_string_free(s, FALSE); |
| 822 gaim_notify_info(NULL, _("User Information"), _("User Information"), |
822 gaim_notify_info(NULL, _("User Information"), _("User Information"), |
| 823 buf); |
823 buf); |
| 824 g_free(buf); |
824 g_free(buf); |
| 825 } |
825 } |
| |
826 #endif |
| 826 |
827 |
| 827 /* Command reply handler. This function is called always in the command reply |
828 /* Command reply handler. This function is called always in the command reply |
| 828 function. If error occurs it will be called as well. Normal scenario |
829 function. If error occurs it will be called as well. Normal scenario |
| 829 is that it will be called after the received command data has been parsed |
830 is that it will be called after the received command data has been parsed |
| 830 and processed. The function is used to pass the received command data to |
831 and processed. The function is used to pass the received command data to |