Context: Nothing to commit

Nothing to commit (working directory clean)
PBWebChangesController.m
... 12 13 14 15 16 17 ... 72 73 74 75 76 77 78 79 ... 85 86 87 88 89 90 91
... 12 13 14 15 16 17 18 19 ... 74 75 76 77 78 79 80 81 82 83 84 ... 90 91 92 93 94 95 96
DiscardStage@@ -12,6 +12,8 @@
@implementation PBWebChangesController
+@synthesize fileViewerController;
+
- (void) awakeFromNib
{
selectedFile = nil;
DiscardStage@@ -72,8 +74,11 @@ -(IBAction)displayControlChanged:(id)sender{
- (void) refresh
{
- if (!finishedLoading)
+ [fileViewerController showFile:[selectedFile path] sha:nil];
+ /*if (!finishedLoading)
return;
+
+ [fileViewerController showFile:selectedFile sha:@""];
id script = [view windowScriptObject];
DiscardStage@@ -85,7 +90,7 @@ - (void) refresh
[script callWebScriptMethod:@"showFileBlame"
withArguments:[NSArray arrayWithObjects:selectedFile ?: (id)[NSNull null],
[NSNumber numberWithBool:selectedFileIsCached], nil]];
- }
+ }*/
}
- (void)stageHunk:(NSString *)hunk reverse:(BOOL)reverse