<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -125,13 +125,13 @@
 }
 
 - (void)alertView:(UIAlertView *)alertView didDismissWithButtonIndex:(NSInteger)buttonIndex {
-  // Adjust index for missing &quot;OK&quot; in landscape view.
-  if ([[UIApplication sharedApplication] statusBarOrientation] != UIInterfaceOrientationPortrait) buttonIndex++;
-  
   if ([alertView.title isEqualToString:@&quot;Submit Post&quot;]) {
     // Send post alert
     if (buttonIndex == 1) [self sendPostConfirmed];
   } else {
+    // Adjust index for missing &quot;OK&quot; in landscape view.
+    if ([[UIApplication sharedApplication] statusBarOrientation] != UIInterfaceOrientationPortrait) buttonIndex++;
+    
     // Noob help alert
     if (buttonIndex == 1) {
       NSURLRequest *rulesPageRequest = [NSURLRequest requestWithURL:[NSURL URLWithString:@&quot;http://www.shacknews.com/extras/guidelines.x&quot;]];</diff>
      <filename>Classes/ComposeViewController.m</filename>
    </modified>
    <modified>
      <diff>@@ -21,7 +21,7 @@
 	&lt;key&gt;CFBundleSignature&lt;/key&gt;
 	&lt;string&gt;????&lt;/string&gt;
 	&lt;key&gt;CFBundleVersion&lt;/key&gt;
-	&lt;string&gt;1.4&lt;/string&gt;
+	&lt;string&gt;1.5&lt;/string&gt;
 	&lt;key&gt;LSRequiresIPhoneOS&lt;/key&gt;
 	&lt;true/&gt;
 	&lt;key&gt;NSMainNibFile&lt;/key&gt;</diff>
      <filename>Info.plist</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5709b7a781a69369ee8cadf4403a525058268771</id>
    </parent>
  </parents>
  <author>
    <name>Alex Wayne</name>
    <email>alex@beautifulpixel.com</email>
  </author>
  <url>http://github.com/Squeegy/latest-chatty/commit/521325f6fdcd2e2abbb59b6e23f4ca43692c4828</url>
  <id>521325f6fdcd2e2abbb59b6e23f4ca43692c4828</id>
  <committed-date>2009-01-16T21:25:32-08:00</committed-date>
  <authored-date>2009-01-16T21:25:32-08:00</authored-date>
  <message>Allow posting in landscape mode.  Oops.</message>
  <tree>d4aca3e70736e75d69d32cbc33cae5352e4fa55d</tree>
  <committer>
    <name>Alex Wayne</name>
    <email>alex@beautifulpixel.com</email>
  </committer>
</commit>
