changeset 22701:0ad88bfdde60

merge of '52e841c96296ab164c2be839e9d404dc1f9a6a9e' and '7de0a46d8ca302d58be14767f545150eea346039'
author Etan Reisner <pidgin@unreliablesource.net>
date Wed, 23 Apr 2008 02:59:37 +0000
parents c7c97c62e131 (current diff) 47292ff1032c (diff)
children 870a580e8fde
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/plugins/perl/common/Notify.xs	Wed Apr 23 02:31:11 2008 +0000
+++ b/libpurple/plugins/perl/common/Notify.xs	Wed Apr 23 02:59:37 2008 +0000
@@ -172,10 +172,10 @@
 void purple_notify_user_info_remove_last_item(user_info)
 	Purple::NotifyUserInfo user_info
 
-gchar *
+const gchar *
 purple_notify_user_info_entry_get_label(user_info_entry)
 	Purple::NotifyUserInfoEntry user_info_entry
 
-gchar *
+const gchar *
 purple_notify_user_info_entry_get_value(user_info_entry)
 	Purple::NotifyUserInfoEntry user_info_entry