[Mono-bugs] [Bug 359561] Gtk does a lot of boxing because it uses .NET 1.1 code

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Feb 20 12:47:12 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=359561

User mkestner at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=359561#c6





--- Comment #6 from Mike Kestner <mkestner at novell.com>  2008-02-20 10:47:11 MST ---
Created an attachment (id=196039)
 --> (https://bugzilla.novell.com/attachment.cgi?id=196039)
Patch for verification

This patch takes a different approach.  

The Proxy can only be in the hash once, so there is no reason to build a list
of source ids.  We can just save the source id in the proxy when it is created
and use that field to remove it directly from the hash.

Can you verify the patch fixes the profile issue you are seeing before I commit
it?


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list