Skip to content

Commit

Permalink
blameview: Fix the browse behavior in blameview
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Aneesh Kumar authored and Junio C Hamano committed Feb 28, 2007
1 parent 79c96c5 commit ae64860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/blameview/blameview.perl
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@
$fileview->signal_connect (row_activated => sub {
my ($sl, $path, $column) = @_;
my $row_ref = $sl->get_row_data_from_path ($path);
system("blameview @$row_ref[0] $fn &");
system("blameview @$row_ref[0]~1 $fn &");
});

my $commitwindow = Gtk2::ScrolledWindow->new();

0 comments on commit ae64860

Please sign in to comment.