changeset 51745:11d27dde6451

(customize-create-theme): Call `customize-create-theme' in Reset widget's notify function. Blush.
author John Paul Wallington <jpw@pobox.com>
date Sat, 05 Jul 2003 14:50:32 +0000
parents 31b7c8b5289d
children b42e9eaed970
files lisp/cus-theme.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-theme.el	Sat Jul 05 12:42:43 2003 +0000
+++ b/lisp/cus-theme.el	Sat Jul 05 14:50:32 2003 +0000
@@ -73,7 +73,7 @@
   (widget-insert " ")
   (widget-create 'push-button
      		 :notify (lambda (&rest ignore)
-     			   (custom-theme-create))
+     			   (customize-create-theme))
      		 "Reset")
   (widget-insert " ")
   (widget-create 'push-button