libpurple/plugins/perl/common/Proxy.xs

changeset 29170
cb77dc0c1d66
parent 23983
586866581434
child 35378
5d9e2581005b
--- a/libpurple/plugins/perl/common/Proxy.xs	Thu Dec 31 05:23:13 2009 +0000
+++ b/libpurple/plugins/perl/common/Proxy.xs	Thu Dec 31 05:32:08 2009 +0000
@@ -5,7 +5,7 @@
 
 BOOT:
 {
-	HV *stash = gv_stashpv("Purple::ProxyType::", 1);
+	HV *stash = gv_stashpv("Purple::ProxyType", 1);
 
 	static const constiv *civ, const_iv[] = {
 #define const_iv(name) {#name, (IV)PURPLE_PROXY_##name}

mercurial