diff options
Diffstat (limited to 'gui/sheet.c')
-rw-r--r-- | gui/sheet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/sheet.c b/gui/sheet.c index 98e22be..3e83dfe 100644 --- a/gui/sheet.c +++ b/gui/sheet.c @@ -153,7 +153,7 @@ static bool show_history_details(void *user, bool on, int dx, int dy) char *s; if (on) { - s = vcs_git_long_for_pango(h->vcs_hist, fmt_pango); + s = vcs_git_long_for_pango(h->vcs_hist, fmt_pango, 0); overlay_text_raw(h->over, s); commit_hover(gui, h->vcs_hist); free(s); |