<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -18,6 +18,7 @@
   CXMLDocument *xml;
   NSMutableArray *posts;
   int storyId;
+  NSString *storyName;
   int lastPageLoaded;
   int lastPage;
 }
@@ -34,6 +35,7 @@
 - (BOOL)hasMorePages;
 
 - (NSArray *)posts;
+- (NSString *)storyName;
 
 @property (readwrite) int storyId;
 @property (readonly) int lastPageLoaded;</diff>
      <filename>Classes/Feed.h</filename>
    </modified>
    <modified>
      <diff>@@ -75,9 +75,10 @@
       [posts addObject:postObject];
   }
   
-  storyId         = [[[[xml rootElement] attributeForName:@&quot;story_id&quot;]  stringValue] intValue];
-  lastPageLoaded  = [[[[xml rootElement] attributeForName:@&quot;page&quot;]      stringValue] intValue];
-  lastPage        = [[[[xml rootElement] attributeForName:@&quot;last_page&quot;] stringValue] intValue];  
+  storyId         = [[[[xml rootElement] attributeForName:@&quot;story_id&quot;]    stringValue] intValue];
+  storyName       =  [[[xml rootElement] attributeForName:@&quot;story_name&quot;]  stringValue];
+  lastPageLoaded  = [[[[xml rootElement] attributeForName:@&quot;page&quot;]        stringValue] intValue];
+  lastPage        = [[[[xml rootElement] attributeForName:@&quot;last_page&quot;]   stringValue] intValue];
 }
 
 
@@ -112,4 +113,8 @@
   return posts;
 }
 
+- (NSString *)storyName {
+  return storyName;
+}
+
 @end</diff>
      <filename>Classes/Feed.m</filename>
    </modified>
    <modified>
      <diff>@@ -93,6 +93,7 @@
   }
   [[self tableView] deselectRowAtIndexPath:[[self tableView] indexPathForSelectedRow] animated:YES];
   
+  self.title = [feed storyName];
   
   [[UIApplication sharedApplication] setNetworkActivityIndicatorVisible:NO];
 }</diff>
      <filename>Classes/RootViewController.m</filename>
    </modified>
    <modified>
      <diff>@@ -431,6 +431,7 @@
 				HEADER_SEARCH_PATHS = &quot;/usr/include/libxml2/**&quot;;
 				OTHER_LDFLAGS = &quot;-lxml2&quot;;
 				PREBINDING = NO;
+				&quot;PROVISIONING_PROFILE[sdk=iphoneos*]&quot; = &quot;B5007E2F-8F81-46C2-8917-6445C108AE5C&quot;;
 				SDKROOT = iphoneos2.0;
 			};
 			name = Distribution;</diff>
      <filename>LatestChatty.xcodeproj/project.pbxproj</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f0bda43428dc2a848babacbc82b8f462935f9abe</id>
    </parent>
  </parents>
  <author>
    <name>Alex Wayne</name>
    <email>alex@beautifulpixel.com</email>
  </author>
  <url>http://github.com/Squeegy/latest-chatty/commit/a9483f027e858d3893392fe3dbaf28763da33f2a</url>
  <id>a9483f027e858d3893392fe3dbaf28763da33f2a</id>
  <committed-date>2008-08-14T00:35:16-07:00</committed-date>
  <authored-date>2008-08-14T00:35:16-07:00</authored-date>
  <message>Root view now shows the story name in the title bar.</message>
  <tree>2fb1d8afe495d1ab15743b0a24d38de496c606ae</tree>
  <committer>
    <name>Alex Wayne</name>
    <email>alex@beautifulpixel.com</email>
  </committer>
</commit>
