<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -146,7 +146,7 @@
 				return 120;
 		}
 	} else {
-		if ([indexPath row] == 0) return 100;
+		if ([indexPath row] == 0) return 120;
 	}
 	return 44;
 }
@@ -310,7 +310,9 @@
 
 - (void)updateFollowButton {
 	NSString *title = nil;
-	if (userInfo.following) {
+	if(!userInfo) {
+		title = @&quot;&quot;;
+	} else if (userInfo.following) {
 		title = FOLLOWBUTTON_UN_FOLLOW;
 	} else {
 		title = FOLLOWBUTTON_FOLLOW;</diff>
      <filename>NatsuLion/controllers/user/NTLNUserViewController.m</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f16b4054ab458877e5fe4f156e98f996097d6696</id>
    </parent>
  </parents>
  <author>
    <name>Satoko Hibi</name>
    <email>satoko@s21g.com</email>
  </author>
  <url>http://github.com/satoko/ntlniph/commit/f344fd5128a2f9334dfefccd47bd82a50c983a3f</url>
  <id>f344fd5128a2f9334dfefccd47bd82a50c983a3f</id>
  <committed-date>2009-07-26T23:38:02-07:00</committed-date>
  <authored-date>2009-07-26T23:38:02-07:00</authored-date>
  <message>modified UI adjustment for NTLNUserViewController</message>
  <tree>a4ae6dd40d2c5fc2d4684fa6a44b06cc9fb2e560</tree>
  <committer>
    <name>Satoko Hibi</name>
    <email>satoko@s21g.com</email>
  </committer>
</commit>
