<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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"
		>
	<channel>
		<title>WordPress for iOS Forums &#187; Topic: 1 bug and fix</title>
		<link>http://ios.forums.wordpress.org/topic/1-bug-and-fix</link>
		<description>Just another bbPress community</description>
		<language>iphone</language>
		<pubDate>Mon, 20 May 2013 17:43:29 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://ios.forums.wordpress.org/rss/topic/1-bug-and-fix" rel="self" type="application/rss+xml" />

		<item>
			<title>Eric on "1 bug and fix"</title>
			<link>http://ios.forums.wordpress.org/topic/1-bug-and-fix#post-6179</link>
			<pubDate>Tue, 22 May 2012 20:06:38 +0000</pubDate>
			<dc:creator>Eric</dc:creator>
			<guid isPermaLink="false">6179@http://ios.forums.wordpress.org/</guid>
			<description><![CDATA[<p>Nice catch!<br />
I've opened ticket a ticket for the bug: <a href="http://ios.trac.wordpress.org/ticket/1078">#1078</a>.
</p>]]></description>
					</item>
		<item>
			<title>zgao4 on "1 bug and fix"</title>
			<link>http://ios.forums.wordpress.org/topic/1-bug-and-fix#post-6177</link>
			<pubDate>Tue, 22 May 2012 14:06:51 +0000</pubDate>
			<dc:creator>zgao4</dc:creator>
			<guid isPermaLink="false">6177@http://ios.forums.wordpress.org/</guid>
			<description><![CDATA[<p>add new post &#38; edit post, click category, say if the categories should be:<br />
1<br />
   -- 11<br />
   ---- 111<br />
   -- 12<br />
2</p>
<p>the original code display:<br />
1<br />
  -- 11<br />
  -- 111<br />
  -- 12<br />
2</p>
<p>Looking through the code, I found in method indentationLevelForCategory in WPSegmentedSelectionTableViewController.m</p>
<p><code>Category *category = [categoryDict valueForKey:[parentID stringValue]];</code></p>
<p>should be </p>
<p><code>Category *category = [categoryDict objectForKey:parentID];</code></p>
<p>Hope this will be helpful. Although this is only a minor bug.<code></code>
</p>]]></description>
					</item>

	</channel>
</rss>
