Skip to content

Commit

Permalink
renderer/gtk: Refactor comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Aug 5, 2024
1 parent c3b6bd7 commit 3ee847d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/renderer/gtk.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -1589,9 +1589,9 @@ the `active-buffer'."
(sera:filter #'enabled-p (modes buffer)))))))
(maphash (lambda (label function)
(flet ((make-item (label function)
;; Using stock actions here, because cl-cffi-gtk has a terrible API
;; for GActions, requiring an exact type to be passed and disallowing
;; NULL as a type :/
;; Using stock actions here, because cl-cffi-gtk has a
;; terrible API for GActions, requiring an exact type
;; to be passed and disallowing NULL as a type.
(sera:lret ((item (webkit:webkit-context-menu-item-new-from-stock-action-with-label
:webkit-context-menu-action-action-custom label)))
(gobject:g-signal-connect
Expand Down

0 comments on commit 3ee847d

Please sign in to comment.