gtk-screen: String->utf8-string is now string->utf8.
authorMatt Birkholz <puck@birchwood-abbey.net>
Thu, 2 Feb 2017 01:19:25 +0000 (18:19 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Thu, 2 Feb 2017 01:19:25 +0000 (18:19 -0700)
src/gtk-screen/gtk-screen.scm

index 285c71025b3f1b52a296a54ceee1a67548376c56..6dbd48ded25f26ab804c0bc63f98eb62209da2a5 100644 (file)
@@ -706,7 +706,7 @@ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
  (named-lambda (os/interprogram-cut string point)
    (declare (ignore point))
    (gtk-window-set-clipboard-text (gtk-screen-toplevel (selected-screen))
-                                 (string->utf8-string string))))
+                                 (string->utf8 string))))
 
 (set!
  os/interprogram-paste