diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-09 08:21:21 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-09 08:21:21 +0000 |
| commit | dc33aa59f5cd032431c2eab21c7ac886941ae806 (patch) | |
| tree | dc8c628b8d8e6340ca29ce77bba2bbdb3af77e7a /net/gaim-openq/files/patch-src-im.c | |
| parent | - Update to version 0.5.3.1 (diff) | |
Move instant messaging related ports to newly created net-im category:
net/gaim -> net-im/gaim
net/gaim-latex -> net-im/gaim-latex
net/gaim-openq -> net-im/gaim-openq
net/gaim-rss-reader -> net-im/gaim-rss-reader
net/gicq -> net-im/gicq
net/gnomeicu2 -> net-im/gnomeicu2
net/gossip -> net-im/gossip
net/ickle -> net-im/ickle
net/jabber -> net-im/jabber
net/jabber-aim -> net-im/jabber-aim
net/jabber-conference -> net-im/jabber-conference
net/jabber-jud -> net-im/jabber-jud
net/jabber-msn -> net-im/jabber-msn
net/jabber-users-agent -> net-im/jabber-users-agent
net/jabber-yahoo -> net-im/jabber-yahoo
net/jarl -> net-im/jarl
net/kf -> net-im/kf
net/libicq -> net-im/libicq
net/libicq2000 -> net-im/libicq2000
net/loudmouth -> net-im/loudmouth
net/meanwhile -> net-im/meanwhile
net/meanwhile-gaim -> net-im/meanwhile-gaim
net/newsbot -> net-im/newsbot
net/ocaml-jabbr -> net-im/ocaml-jabbr
net/psi -> net-im/psi
net/py-jabber -> net-im/py-jabber
net/py-twistedWords -> net-im/py-twistedWords
net/p5-Net-Jabber -> net-im/p5-Net-Jabber
Repocopied by: marcus
Diffstat (limited to '')
| -rw-r--r-- | net/gaim-openq/files/patch-src-im.c | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/net/gaim-openq/files/patch-src-im.c b/net/gaim-openq/files/patch-src-im.c deleted file mode 100644 index 3855b2a6475a..000000000000 --- a/net/gaim-openq/files/patch-src-im.c +++ /dev/null @@ -1,28 +0,0 @@ ---- src/im.c.orig Sat Oct 2 17:48:11 2004 -+++ src/im.c Sat Oct 16 18:06:57 2004 -@@ -435,6 +435,8 @@ - gchar *font_size = NULL, *font_color = NULL, *font_name = NULL, *tmp; - gboolean is_bold = FALSE, is_italic = FALSE, is_underline = FALSE; - const gchar *start, *end, *last; -+ guint font_name_len, tail_len; -+ guint8 *send_im_tail; - - g_return_if_fail(gc != NULL && gc->proto_data != NULL); - -@@ -488,7 +490,6 @@ - now = time(NULL); - md5 = _gen_session_md5(qd->uid, qd->session_key); - -- guint font_name_len, tail_len; - font_name_len = (font_name) ? strlen(font_name) : DEFAULT_FONT_NAME_LEN; - tail_len = font_name_len + QQ_SEND_IM_AFTER_MSG_HEADER_LEN + 1; - -@@ -530,7 +531,7 @@ - bytes += create_packet_b(raw_data, &cursor, type); - //053- : msg ends with 0x00 - bytes += create_packet_data(raw_data, &cursor, msg_filtered, msg_len); -- guint8 *send_im_tail = qq_get_send_im_tail(font_color, font_size, font_name, is_bold, -+ send_im_tail = qq_get_send_im_tail(font_color, font_size, font_name, is_bold, - is_italic, is_underline, tail_len); - _qq_show_packet("QQ_MESG debug", send_im_tail, tail_len); - bytes += create_packet_data(raw_data, &cursor, (gchar *) send_im_tail, tail_len); |
