Skip to content

Commit

Permalink
renderer/gtk: Fix error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Aug 1, 2024
1 parent 14a3dcc commit aa23142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/renderer/gtk.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -2124,7 +2124,7 @@ As a second value, return the current buffer index starting from 0."
(trivial-clipboard:text text))
(webkit:webkit-web-view-execute-editing-command
(gtk-object gtk-buffer) webkit2:+webkit-editing-command-paste+)))
(lambda (e) (echo-warning "~s failed to paste to clipboard." e))))
(lambda (e) (echo-warning "~s failed to paste." e))))

(defmethod ffi-buffer-cut ((gtk-buffer gtk-buffer))
(let ((channel (nyxt::make-channel 1)))
Expand Down

0 comments on commit aa23142

Please sign in to comment.