aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitview
diff options
context:
space:
mode:
authorAneesh Kumar K.V <aneesh.kumar@gmail.com>2006-03-02 17:17:39 +0530
committerJunio C Hamano <junkio@cox.net>2006-03-02 23:07:01 -0800
commit9645da330f10c539a7e8ade6d787c72870812846 (patch)
tree5ab5e2c25a544cdb34e7d05930bdfa77f630bfee /contrib/gitview
parentd5dddccaa0c61c67340efca36237dfa06eccef1c (diff)
downloadgit-9645da330f10c539a7e8ade6d787c72870812846.tar.gz
git-9645da330f10c539a7e8ade6d787c72870812846.tar.xz
gitview: pass the missing argument _show_clicked_cb.
In our last update to use the encoding while showing the commit diff we added a new argument to this function. But we missed updating all the callers. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'contrib/gitview')
-rwxr-xr-xcontrib/gitview/gitview2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gitview/gitview b/contrib/gitview/gitview
index de9f3f3c7..781badbc5 100755
--- a/contrib/gitview/gitview
+++ b/contrib/gitview/gitview
@@ -798,7 +798,7 @@ class GitView:
button.set_relief(gtk.RELIEF_NONE)
button.set_sensitive(True)
button.connect("clicked", self._show_clicked_cb,
- child_id, commit.commit_sha1)
+ child_id, commit.commit_sha1, self.encoding)
hbox.pack_start(button, expand=False, fill=True)
button.show()