pidgin: f456fe57: Simon Ruderich points out that Purple::N...

elb at pidgin.im elb at pidgin.im
Tue Nov 11 18:00:38 EST 2008


-----------------------------------------------------------------
Revision: f456fe571991ad3488d9bc1407d6229614f25f28
Ancestor: 41aaf584a583a4438033063545b99ca0691a803d
Author: elb at pidgin.im
Date: 2008-11-11T22:55:02
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/f456fe571991ad3488d9bc1407d6229614f25f28

Modified files:
        libpurple/plugins/perl/common/Notify.xs

ChangeLog: 

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

-------------- next part --------------
============================================================
--- libpurple/plugins/perl/common/Notify.xs	51c92df90c1f5fde4794f15f7411179e817421be
+++ libpurple/plugins/perl/common/Notify.xs	e924086e320efeb33aec753d1de11e0f5ec50d08
@@ -6,7 +6,7 @@ BOOT:
 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[] = {


More information about the Commits mailing list