diff libpurple/plugins/perl/common/typemap @ 17026:9a1d36a4573e

Fix a crash when something requests the blist status icon before the UI node has been rendered. The ticker plugin was doing this. Fixes #642.
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 11 May 2007 15:07:13 +0000
parents 2f8274ce570a
children 2c5654d1a17a
line wrap: on
line diff
--- a/libpurple/plugins/perl/common/typemap	Fri May 11 04:21:03 2007 +0000
+++ b/libpurple/plugins/perl/common/typemap	Fri May 11 15:07:13 2007 +0000
@@ -137,7 +137,9 @@
 Purple::RoomlistRoomType			T_IV
 
 Purple::SavedStatus			T_PurpleObj
+const Purple::SavedStatus			T_PurpleObj
 Purple::SavedStatusSub			T_PurpleObj
+const Purple::SavedStatusSub			T_PurpleObj
 Purple::SoundEventID			T_IV
 Purple::Sound::UiOps			T_PurpleObj