X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=contrib%2Fgitview%2Fgitview;h=781badbc5ba456008b6ae2b01dc970b5bd2d9c6c;hb=24e12579fc4d6886d5e62aeab53eefdaeaeaffcd;hp=de9f3f3c72ab81ae2563e5d8742bbe49ae7ae61d;hpb=d4c9982f8eb2044781d443c4d2cd1c3db0f98e58;p=git.git 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()