* riece-history.el (riece-history-insinuate): Don't set
[riece] / lisp / riece-commands.el
index a4c0cf2..a1e2229 100644 (file)
   "Select a layout-name from all current available layouts and change
 the layout to the selected layout-name."
   (interactive (list (completing-read "Layout: " riece-layout-alist)))
-  (customize-set-variable 'riece-layout name))
+  (setq riece-layout name)
+  (riece-command-configure-windows))
 
 (defun riece-command-toggle-channel-buffer-mode ()
   (interactive)