# HG changeset patch
# User janv
# Date 1008722426 0
# Node ID c9bf82d465b598c66446207c5f312acc2ce47af5
# Parent  47f5192d44c98949c0eacd8def7e7346ff562cab
[xemacs-hg @ 2001-12-19 00:40:25 by janv]
Missing paren in  gtk-faces

diff -r 47f5192d44c9 -r c9bf82d465b5 lisp/ChangeLog
--- a/lisp/ChangeLog	Tue Dec 18 22:57:02 2001 +0000
+++ b/lisp/ChangeLog	Wed Dec 19 00:40:26 2001 +0000
@@ -1,3 +1,8 @@
+2001-12-19  Jan Vroonhof  <jan@xemacs.org>
+
+	* gtk-faces.el (gtk-init-device-faces): Fix missing close paren
+	problem with my application of the JPW's following patch.
+
 2001-11-29  John Paul Wallington <jpw@shootybangbang.com>
 
 	* gtk-faces.el (gtk-init-device-faces): Replaced device locale 
diff -r 47f5192d44c9 -r c9bf82d465b5 lisp/gtk-faces.el
--- a/lisp/gtk-faces.el	Tue Dec 18 22:57:02 2001 +0000
+++ b/lisp/gtk-faces.el	Wed Dec 19 00:40:26 2001 +0000
@@ -79,7 +79,7 @@
 			   nil '(gtk default))
       (set-face-background 'zmacs-region
 			   (nth selected (plist-get style 'background))
-			   nil '(gtk default))
+			   nil '(gtk default)))
     (set-face-background 'text-cursor "red3" device)))
 
 ;;; This is called from `init-frame-faces', which is called from