# HG changeset patch # User Ethan Blanton # Date 1226444102 0 # Node ID 00d189f905396391220f6c17c0706262e69fe8d8 # Parent 125389813727232f081c82dbc95321d74c7b69fc Simon Ruderich points out that Purple::Notify::Msg was incorrectly stashed. diff -r 125389813727 -r 00d189f90539 libpurple/plugins/perl/common/Notify.xs --- a/libpurple/plugins/perl/common/Notify.xs Mon Nov 10 04:40:17 2008 +0000 +++ b/libpurple/plugins/perl/common/Notify.xs Tue Nov 11 22:55:02 2008 +0000 @@ -6,7 +6,7 @@ BOOT: { HV *type_stash = gv_stashpv("Purple::Notify::Type", 1); - HV *msg_type_stash = gv_stashpv("Purple::Notify:Msg", 1); + HV *msg_type_stash = gv_stashpv("Purple::Notify::Msg", 1); HV *user_info_stash = gv_stashpv("Purple::NotifyUserInfo::Type", 1); static const constiv *civ, type_const_iv[] = {