# HG changeset patch # User Mark Doliner # Date 1313984404 0 # Node ID a686269689fe9cce61f53c4a73ff9afe221a4702 # Parent 99ca503ea087031643f4bd2685e00a25aa615070 Fix perl compilation. I really wish the .c files regenerated with the header files they depend on change diff -r 99ca503ea087 -r a686269689fe libpurple/plugins/perl/common/Notify.xs --- a/libpurple/plugins/perl/common/Notify.xs Mon Aug 22 02:23:28 2011 +0000 +++ b/libpurple/plugins/perl/common/Notify.xs Mon Aug 22 03:40:04 2011 +0000 @@ -145,7 +145,7 @@ Purple::NotifyUserInfo user_info const char *newline -void purple_notify_user_info_add_pair(user_info, label, value) +void purple_notify_user_info_add_pair_html(user_info, label, value) Purple::NotifyUserInfo user_info const char *label const char *value