From: SourceForge.net <no...@so...> - 2005-06-29 21:41:43
|
Patches item #1115930, was opened at 2005-02-03 21:36 Message generated for change (Settings changed) made by rlaager You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1115930&group_id=235 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Richard Laager (rlaager) >Assigned to: Richard Laager (rlaager) Summary: MSN Buddy Add/Remove Messages Initial Comment: Shows messages in the conversation window when the person at the other end of the conversation adds or removes you to/from his/her buddy list. ---------------------------------------------------------------------- Comment By: Richard Laager (rlaager) Date: 2005-02-06 13:08 Message: Logged In: YES user_id=156487 Yes, I'll fix the leak. Nothing, currently. Personally, I don't see the need for a pop-up or other notification. My idea was that if someone adds/removes you while you're talking to them, it'd be interesting to know that. Otherwise, there's the "Has you" tooltip and the red x icon for those who don't have you on their budy list. The other half of my logic was that this message is already being added to the debug log, and I saw no reason we couldn't make it visible to the user. ---------------------------------------------------------------------- Comment By: Mark Doliner (thekingant) Date: 2005-02-06 09:05 Message: Logged In: YES user_id=20979 Don't you need to g_free(msg)? Also, what happens in Gaim currently if someone adds you to their buddy list? Does it notify you? I think it should. I think it should do the following... if (we have a converstation open) { write message to conv window } else { Does anyone else have an opinion on that? Sean? Stu? gaim_notify_info (or something) the message } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1115930&group_id=235 |