Your message dated Wed, 22 Feb 2006 15:24:02 +0800
with message-id <[EMAIL PROTECTED]>
and subject line xchat: 2.1.6 fixed several bugs
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: xchat
Version: 2.4.3-0.2
Severity: normal
Tags: patch

The call to find_user_global is in some way broken... hence, sometimes,
when you right-click on a nick, xchat may show Last Msg as Unknown, even
though lasttalk is correctly set in the correspondent struct.

The attached patch fixes this without any problems/regressions, as far
as I could see.

See ya,

-- 
Guilherme de S. Pastore (fatalerror)
<[EMAIL PROTECTED]>
--- src/fe-gtk/menu.c	2005-08-06 12:13:20.273603488 -0300
+++ src/fe-gtk/menu.c.new	2005-08-06 12:13:04.642979704 -0300
@@ -469,7 +469,7 @@
 		menu_quick_item (0, 0, menu, 1, 0);
 	} else
 	{
-		user = find_name_global (current_sess->server, nick);
+		user = find_name (sess, nick);
 		if (user)
 		{
 			submenu = menu_quick_sub (nick, menu, NULL);

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Version: 2.1.6-1

Upstream version 2.1.6 fixed these bugs and it has recently been
uploaded.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---

Reply via email to