diff options
Diffstat (limited to 'termui/termui.go')
-rw-r--r-- | termui/termui.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/termui/termui.go b/termui/termui.go index bbbc1c6c..15476d89 100644 --- a/termui/termui.go +++ b/termui/termui.go @@ -250,7 +250,7 @@ func addCommentWithEditor(bug *cache.BugCache) error { return errTerminateMainloop } -func editCommentWithEditor(bug *cache.BugCache, target entity.Id, preMessage string) error { +func editCommentWithEditor(bug *cache.BugCache, target entity.CombinedId, preMessage string) error { // This is somewhat hacky. // As there is no way to pause gocui, run the editor and restart gocui, // we have to stop it entirely and start a new one later. |