summaryrefslogtreecommitdiff
path: root/chat/telepathy-idle/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'chat/telepathy-idle/patches/patch-aa')
-rw-r--r--chat/telepathy-idle/patches/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/chat/telepathy-idle/patches/patch-aa b/chat/telepathy-idle/patches/patch-aa
index ff2833ef232..b2dd60d4ea6 100644
--- a/chat/telepathy-idle/patches/patch-aa
+++ b/chat/telepathy-idle/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2008/11/14 23:00:12 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2009/02/23 10:59:02 wiz Exp $
---- src/idle-parser.c.orig 2007-09-25 18:46:25.000000000 +0000
+--- src/idle-parser.c.orig 2009-02-17 23:00:28.000000000 +0000
+++ src/idle-parser.c
-@@ -184,6 +184,20 @@ static void _parse_message(IdleParser *p
+@@ -196,6 +196,20 @@ static void _parse_message(IdleParser *p
static void _parse_and_forward_one(IdleParser *parser, gchar **tokens, IdleParserMessageCode code, const gchar *format);
static gboolean _parse_atom(IdleParser *parser, GValueArray *arr, char atom, const gchar *token, TpHandleSet *contact_reffed, TpHandleSet *room_reffed);
@@ -22,4 +22,4 @@ $NetBSD: patch-aa,v 1.1.1.1 2008/11/14 23:00:12 wiz Exp $
+
void idle_parser_receive(IdleParser *parser, const gchar *msg) {
IdleParserPrivate *priv = IDLE_PARSER_GET_PRIVATE(parser);
- int i;
+ guint i;