<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: patch</title>
	<atom:link href="http://m3gumi.wordpress.com/2006/08/22/patch/feed/" rel="self" type="application/rss+xml" />
	<link>http://m3gumi.wordpress.com/2006/08/22/patch/</link>
	<description></description>
	<lastBuildDate>Wed, 24 Oct 2007 23:54:24 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: m3gumi</title>
		<link>http://m3gumi.wordpress.com/2006/08/22/patch/#comment-35</link>
		<dc:creator>m3gumi</dc:creator>
		<pubDate>Mon, 28 Aug 2006 11:19:36 +0000</pubDate>
		<guid isPermaLink="false">https://m3gumi.wordpress.com/2006/08/22/patch/#comment-35</guid>
		<description>Benoît Dejean:
Of course, you&#039;re right! Thanks, I&#039;ll correct my stupid mistake.</description>
		<content:encoded><![CDATA[<p>Benoît Dejean:<br />
Of course, you&#8217;re right! Thanks, I&#8217;ll correct my stupid mistake.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benoît Dejean</title>
		<link>http://m3gumi.wordpress.com/2006/08/22/patch/#comment-34</link>
		<dc:creator>Benoît Dejean</dc:creator>
		<pubDate>Mon, 28 Aug 2006 07:36:47 +0000</pubDate>
		<guid isPermaLink="false">https://m3gumi.wordpress.com/2006/08/22/patch/#comment-34</guid>
		<description>&gt; Benoît Dejean: I free l_closures at the end of the function.

Not if you return TRUE;</description>
		<content:encoded><![CDATA[<p>&gt; Benoît Dejean: I free l_closures at the end of the function.</p>
<p>Not if you return TRUE;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: m3gumi</title>
		<link>http://m3gumi.wordpress.com/2006/08/22/patch/#comment-33</link>
		<dc:creator>m3gumi</dc:creator>
		<pubDate>Fri, 25 Aug 2006 19:36:43 +0000</pubDate>
		<guid isPermaLink="false">https://m3gumi.wordpress.com/2006/08/22/patch/#comment-33</guid>
		<description>Thank you all for your comments!

I hope this patch improve performace on applications using bonoboui.

Benoît Dejean: I free l_closures at the end of the function.

Lee Willis: I found the patch easier to implement in bonobo and I didn&#039;t know if I should forbid the addition of the same accelerator in GTK, though it looks odd, I know.</description>
		<content:encoded><![CDATA[<p>Thank you all for your comments!</p>
<p>I hope this patch improve performace on applications using bonoboui.</p>
<p>Benoît Dejean: I free l_closures at the end of the function.</p>
<p>Lee Willis: I found the patch easier to implement in bonobo and I didn&#8217;t know if I should forbid the addition of the same accelerator in GTK, though it looks odd, I know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Willis</title>
		<link>http://m3gumi.wordpress.com/2006/08/22/patch/#comment-31</link>
		<dc:creator>Lee Willis</dc:creator>
		<pubDate>Fri, 25 Aug 2006 15:45:32 +0000</pubDate>
		<guid isPermaLink="false">https://m3gumi.wordpress.com/2006/08/22/patch/#comment-31</guid>
		<description>Wouldn&#039;t this be better going into GTK itself (Therefore fixing it for any other cases where this could occur) as well?

I can&#039;t think of any reason why it would ever be valid to add the same accelerator to a widget multiple times?

Was there a particular reason this got fixed in bonobo, and not lower down in GTK?</description>
		<content:encoded><![CDATA[<p>Wouldn&#8217;t this be better going into GTK itself (Therefore fixing it for any other cases where this could occur) as well?</p>
<p>I can&#8217;t think of any reason why it would ever be valid to add the same accelerator to a widget multiple times?</p>
<p>Was there a particular reason this got fixed in bonobo, and not lower down in GTK?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pedro</title>
		<link>http://m3gumi.wordpress.com/2006/08/22/patch/#comment-27</link>
		<dc:creator>pedro</dc:creator>
		<pubDate>Wed, 23 Aug 2006 14:45:06 +0000</pubDate>
		<guid isPermaLink="false">https://m3gumi.wordpress.com/2006/08/22/patch/#comment-27</guid>
		<description>Amazing work, Cecilia. Congratulations!</description>
		<content:encoded><![CDATA[<p>Amazing work, Cecilia. Congratulations!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benoît Dejean</title>
		<link>http://m3gumi.wordpress.com/2006/08/22/patch/#comment-26</link>
		<dc:creator>Benoît Dejean</dc:creator>
		<pubDate>Wed, 23 Aug 2006 08:40:54 +0000</pubDate>
		<guid isPermaLink="false">https://m3gumi.wordpress.com/2006/08/22/patch/#comment-26</guid>
		<description>isn&#039;t your patch leaking ?

+	if (n_entries)
+		for (l_tmp = l_closures; l_tmp; l_tmp = l_tmp-&gt;next)
+	  		for (i=0; idata) 
+					return TRUE;
+	
+	g_list_free (l_closures);
+
+	return FALSE;
+}

you forgot to free l_closures, didn&#039;t you ?</description>
		<content:encoded><![CDATA[<p>isn&#8217;t your patch leaking ?</p>
<p>+	if (n_entries)<br />
+		for (l_tmp = l_closures; l_tmp; l_tmp = l_tmp-&gt;next)<br />
+	  		for (i=0; idata)<br />
+					return TRUE;<br />
+<br />
+	g_list_free (l_closures);<br />
+<br />
+	return FALSE;<br />
+}</p>
<p>you forgot to free l_closures, didn&#8217;t you ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roberto</title>
		<link>http://m3gumi.wordpress.com/2006/08/22/patch/#comment-25</link>
		<dc:creator>Roberto</dc:creator>
		<pubDate>Wed, 23 Aug 2006 03:02:09 +0000</pubDate>
		<guid isPermaLink="false">https://m3gumi.wordpress.com/2006/08/22/patch/#comment-25</guid>
		<description>like u, contact me.</description>
		<content:encoded><![CDATA[<p>like u, contact me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew W. S. Bell</title>
		<link>http://m3gumi.wordpress.com/2006/08/22/patch/#comment-24</link>
		<dc:creator>Matthew W. S. Bell</dc:creator>
		<pubDate>Wed, 23 Aug 2006 01:01:55 +0000</pubDate>
		<guid isPermaLink="false">https://m3gumi.wordpress.com/2006/08/22/patch/#comment-24</guid>
		<description>Nice.</description>
		<content:encoded><![CDATA[<p>Nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://m3gumi.wordpress.com/2006/08/22/patch/#comment-23</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Tue, 22 Aug 2006 20:49:16 +0000</pubDate>
		<guid isPermaLink="false">https://m3gumi.wordpress.com/2006/08/22/patch/#comment-23</guid>
		<description>Excellent...

This is only a fix for Evo, right?  Setting accelerators in Gtk+ is still (relatively) slow, it sounds like.</description>
		<content:encoded><![CDATA[<p>Excellent&#8230;</p>
<p>This is only a fix for Evo, right?  Setting accelerators in Gtk+ is still (relatively) slow, it sounds like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kurt McKee</title>
		<link>http://m3gumi.wordpress.com/2006/08/22/patch/#comment-22</link>
		<dc:creator>Kurt McKee</dc:creator>
		<pubDate>Tue, 22 Aug 2006 19:43:41 +0000</pubDate>
		<guid isPermaLink="false">https://m3gumi.wordpress.com/2006/08/22/patch/#comment-22</guid>
		<description>Excellent work! Thank you!</description>
		<content:encoded><![CDATA[<p>Excellent work! Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
