Simon Ruderich points out that Purple::Notify::Msg was incorrectly stashed.

Tue, 11 Nov 2008 22:55:02 +0000

author
Ethan Blanton <elb@pidgin.im>
date
Tue, 11 Nov 2008 22:55:02 +0000
changeset 24597
66f817bb9805
parent 24596
8b5c8a6c53d1
child 24598
dcaf0be8d4e6
child 24602
ea009203915b

Simon Ruderich points out that Purple::Notify::Msg was incorrectly stashed.

libpurple/plugins/perl/common/Notify.xs file | annotate | diff | comparison | revisions
--- 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[] = {

mercurial