branch: elpa/fj
commit d77629bcc3531885e3d57269f942905ce62e8996
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>

    FIX #218, use owner var for compose add label
---
 fj.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/fj.el b/fj.el
index 89b261f72e..e932bfcf8c 100644
--- a/fj.el
+++ b/fj.el
@@ -4399,8 +4399,9 @@ LIMIT is for `re-search-forward''s bound argument."
   "Read a label in the issue compose buffer."
   (interactive)
   ;; we store conses of (name . id), then fedi.el
-  ;; displays nanmes in the compose docs but submits the id.
-  (cl-pushnew (fj-issue-read-label fj-compose-repo nil nil :id)
+  ;; displays names in the compose docs but submits the id.
+  (cl-pushnew (fj-issue-read-label fj-compose-repo
+                                   fj-compose-repo-owner nil :id)
               fj-compose-issue-labels
               :test #'equal)
   (fedi-post--update-status-fields))

Reply via email to