changeset 24325:95919d444308

merge of '78ed36cc0ce73adfd57f03aa3a1086bb22c53773' and 'f456fe571991ad3488d9bc1407d6229614f25f28'
author John Bailey <rekkanoryo@rekkanoryo.org>
date Wed, 12 Nov 2008 03:48:47 +0000
parents dd155ec42b25 (current diff) 00d189f90539 (diff)
children af8b35c7730d
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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[] = {