# HG changeset patch # User John Bailey # Date 1226461727 0 # Node ID 95919d44430888f235938c2e0ae82e445737d7af # Parent dd155ec42b2544634444c530fc385770e7fd7cd0# Parent 00d189f905396391220f6c17c0706262e69fe8d8 merge of '78ed36cc0ce73adfd57f03aa3a1086bb22c53773' and 'f456fe571991ad3488d9bc1407d6229614f25f28' diff -r dd155ec42b25 -r 95919d444308 libpurple/plugins/perl/common/Notify.xs --- a/libpurple/plugins/perl/common/Notify.xs Wed Nov 12 02:50:52 2008 +0000 +++ b/libpurple/plugins/perl/common/Notify.xs Wed Nov 12 03:48:47 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[] = {