<?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/"
		>
<channel>
	<title>Comments for Üstün's Blog</title>
	<atom:link href="http://ustun.fi/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ustun.fi/blog</link>
	<description>verbose debugging output</description>
	<lastBuildDate>Wed, 16 Nov 2011 09:34:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Temporarily excluding files from Subversion commit by Philipp</title>
		<link>http://ustun.fi/blog/2009/02/22/temporarily-excluding-files-from-subversion-commit/comment-page-1/#comment-8027</link>
		<dc:creator>Philipp</dc:creator>
		<pubDate>Wed, 16 Nov 2011 09:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://ustun.fi/blog/?p=7#comment-8027</guid>
		<description>Great work! I am using it over here at well. Thanks Üstün!</description>
		<content:encoded><![CDATA[<p>Great work! I am using it over here at well. Thanks Üstün!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Showing current git branch on shell prompt by Ronksu</title>
		<link>http://ustun.fi/blog/2010/01/29/showing-current-git-branch-on-shell-prompt/comment-page-1/#comment-7947</link>
		<dc:creator>Ronksu</dc:creator>
		<pubDate>Mon, 31 Oct 2011 08:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://ustun.fi/blog/?p=124#comment-7947</guid>
		<description>Not sure how many times I have copied this from here already, but every time I have to look up the \u@\h (user@host) format to the beginning of the line.</description>
		<content:encoded><![CDATA[<p>Not sure how many times I have copied this from here already, but every time I have to look up the \u@\h (user@host) format to the beginning of the line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Temporarily excluding files from Subversion commit by Peter N</title>
		<link>http://ustun.fi/blog/2009/02/22/temporarily-excluding-files-from-subversion-commit/comment-page-1/#comment-6759</link>
		<dc:creator>Peter N</dc:creator>
		<pubDate>Wed, 20 Apr 2011 14:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://ustun.fi/blog/?p=7#comment-6759</guid>
		<description>Ahh, yes that would make sense!</description>
		<content:encoded><![CDATA[<p>Ahh, yes that would make sense!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Temporarily excluding files from Subversion commit by Üstün</title>
		<link>http://ustun.fi/blog/2009/02/22/temporarily-excluding-files-from-subversion-commit/comment-page-1/#comment-6758</link>
		<dc:creator>Üstün</dc:creator>
		<pubDate>Wed, 20 Apr 2011 14:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://ustun.fi/blog/?p=7#comment-6758</guid>
		<description>In fact the way I used to use this script was to keep the names of files that will be ignored in a file and pass it to this script as a parameter. :) It&#039;s been long since I&#039;ve stopped using svn but still good to see this script did any good for anyone.</description>
		<content:encoded><![CDATA[<p>In fact the way I used to use this script was to keep the names of files that will be ignored in a file and pass it to this script as a parameter. <img src='http://ustun.fi/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  It&#8217;s been long since I&#8217;ve stopped using svn but still good to see this script did any good for anyone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Temporarily excluding files from Subversion commit by Peter N</title>
		<link>http://ustun.fi/blog/2009/02/22/temporarily-excluding-files-from-subversion-commit/comment-page-1/#comment-6757</link>
		<dc:creator>Peter N</dc:creator>
		<pubDate>Wed, 20 Apr 2011 14:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://ustun.fi/blog/?p=7#comment-6757</guid>
		<description>I was just about to write something similar but you saved me the time.  Thank you!  One thing I found wrong with your script, however:

FILES=`cat $1`

will cat the contents of a single file into FILES.  It really should be just:

FILES=$1

Then script.sh &quot;file1 file2 file3&quot; works just fine :)</description>
		<content:encoded><![CDATA[<p>I was just about to write something similar but you saved me the time.  Thank you!  One thing I found wrong with your script, however:</p>
<p>FILES=`cat $1`</p>
<p>will cat the contents of a single file into FILES.  It really should be just:</p>
<p>FILES=$1</p>
<p>Then script.sh &#8220;file1 file2 file3&#8243; works just fine <img src='http://ustun.fi/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silence by Georg</title>
		<link>http://ustun.fi/blog/2011/02/01/silence/comment-page-1/#comment-6107</link>
		<dc:creator>Georg</dc:creator>
		<pubDate>Wed, 09 Feb 2011 15:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://ustun.fi/blog/?p=176#comment-6107</guid>
		<description>Sorry to bother you again.
I tried to override the methods of the style, but they are not called.
In main I tried it by:

	gtk_widget_show_all(window);
	gdk_window_set_back_pixmap (window-&gt;window, NULL, TRUE);

	GtkStyleClass *gtkStyle=NULL;
	gtkStyle = GTK_STYLE_GET_CLASS (gtk_widget_get_style(window));
	gtkStyle-&gt;draw_focus = my_gtk_default_draw_focus;
	gtkStyle-&gt;draw_flat_box = my_gtk_default_draw_flat_box;
	gtkStyle-&gt;set_background = my_gtk_style_real_set_background;

Thank you again for your help.
Georg</description>
		<content:encoded><![CDATA[<p>Sorry to bother you again.<br />
I tried to override the methods of the style, but they are not called.<br />
In main I tried it by:</p>
<p>	gtk_widget_show_all(window);<br />
	gdk_window_set_back_pixmap (window-&gt;window, NULL, TRUE);</p>
<p>	GtkStyleClass *gtkStyle=NULL;<br />
	gtkStyle = GTK_STYLE_GET_CLASS (gtk_widget_get_style(window));<br />
	gtkStyle-&gt;draw_focus = my_gtk_default_draw_focus;<br />
	gtkStyle-&gt;draw_flat_box = my_gtk_default_draw_flat_box;<br />
	gtkStyle-&gt;set_background = my_gtk_style_real_set_background;</p>
<p>Thank you again for your help.<br />
Georg</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silence by Üstün</title>
		<link>http://ustun.fi/blog/2011/02/01/silence/comment-page-1/#comment-6098</link>
		<dc:creator>Üstün</dc:creator>
		<pubDate>Mon, 07 Feb 2011 14:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://ustun.fi/blog/?p=176#comment-6098</guid>
		<description>Hi, it&#039;s been a long while since I&#039;ve touched any GTK+ code, but as far as I can remember I had to override draw methods and use cairo calls to render a semitransparent background. I guess this will give you enough of a clue.

Cheers</description>
		<content:encoded><![CDATA[<p>Hi, it&#8217;s been a long while since I&#8217;ve touched any GTK+ code, but as far as I can remember I had to override draw methods and use cairo calls to render a semitransparent background. I guess this will give you enough of a clue.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silence by Georg</title>
		<link>http://ustun.fi/blog/2011/02/01/silence/comment-page-1/#comment-6096</link>
		<dc:creator>Georg</dc:creator>
		<pubDate>Mon, 07 Feb 2011 13:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://ustun.fi/blog/?p=176#comment-6096</guid>
		<description>Dear Üstün,

Sorry to ask you this way, but I could not find you e-mai address. You asked in 2008:

I&#039;m just trying to tell GtkViewport not draw the default background
&gt; with gtk_widget_set_app_paintable() function, and setting background
&gt; pixmap gdk_window_set_back_pixmap (vp-&gt;window, NULL, FALSE);
&gt;
&gt; it still draws the gray background.
&gt;
&gt; does anybody have a clue on how to do it?

I have the same problem could you tell me how you manged to disable background painting.

Thank you very much in advance. Have a good day.
Greetings from Vienna.

Georg</description>
		<content:encoded><![CDATA[<p>Dear Üstün,</p>
<p>Sorry to ask you this way, but I could not find you e-mai address. You asked in 2008:</p>
<p>I&#8217;m just trying to tell GtkViewport not draw the default background<br />
&gt; with gtk_widget_set_app_paintable() function, and setting background<br />
&gt; pixmap gdk_window_set_back_pixmap (vp-&gt;window, NULL, FALSE);<br />
&gt;<br />
&gt; it still draws the gray background.<br />
&gt;<br />
&gt; does anybody have a clue on how to do it?</p>
<p>I have the same problem could you tell me how you manged to disable background painting.</p>
<p>Thank you very much in advance. Have a good day.<br />
Greetings from Vienna.</p>
<p>Georg</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Book World Edition II by Sertsy</title>
		<link>http://ustun.fi/blog/2010/08/07/my-book-world-edition-ii/comment-page-1/#comment-4988</link>
		<dc:creator>Sertsy</dc:creator>
		<pubDate>Mon, 09 Aug 2010 09:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://ustun.fi/blog/?p=141#comment-4988</guid>
		<description>True nerd detected.</description>
		<content:encoded><![CDATA[<p>True nerd detected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Test of Awareness by Burhan</title>
		<link>http://ustun.fi/blog/2009/06/22/the-test-of-awareness/comment-page-1/#comment-4252</link>
		<dc:creator>Burhan</dc:creator>
		<pubDate>Wed, 10 Mar 2010 22:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://ustun.fi/blog/?p=73#comment-4252</guid>
		<description>haci dedigim gibi bi rio yapak subata senle iyi gelir, arada kacirdigimiz siyah ayiciklar varsa telafisi de olur :)))</description>
		<content:encoded><![CDATA[<p>haci dedigim gibi bi rio yapak subata senle iyi gelir, arada kacirdigimiz siyah ayiciklar varsa telafisi de olur <img src='http://ustun.fi/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ))</p>
]]></content:encoded>
	</item>
</channel>
</rss>

