/pidgin/main: e614c5283d96: Revert my revision 485b1a932990

Mark Doliner mark at kingant.net
Sat Jan 5 23:45:42 EST 2013


Changeset: e614c5283d96c467bef35dc284f301b03edf9ef2
Author:	 Mark Doliner <mark at kingant.net>
Date:	 2013-01-05 20:45 -0800
Branch:	 default
URL: http://hg.pidgin.im/pidgin/main/rev/e614c5283d96

Description:

Revert my revision 485b1a932990

Per discussion on devel at pidgin.im about revision f19649cf724b,
we're not absolutely sure we want to remove this function.  Let's
leave it in for now.

diffstat:

 libpurple/plugins/perl/common/Conversation.xs |  7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diffs (17 lines):

diff --git a/libpurple/plugins/perl/common/Conversation.xs b/libpurple/plugins/perl/common/Conversation.xs
--- a/libpurple/plugins/perl/common/Conversation.xs
+++ b/libpurple/plugins/perl/common/Conversation.xs
@@ -227,6 +227,13 @@ purple_conversation_write(conv, who, mes
 	Purple::MessageFlags flags
 	time_t mtime
 
+gboolean
+purple_conversation_do_command(conv, cmdline, markup, error)
+	Purple::Conversation conv
+	const char *cmdline
+	const char *markup
+	char **error
+
 MODULE = Purple::Conversation  PACKAGE = Purple::Conversation::IM  PREFIX = purple_conv_im_
 PROTOTYPES: ENABLE
 



More information about the Commits mailing list