mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
Use the "modern" toolbars in Gnus again
* lisp/gnus/gmm-utils.el (gmm-tool-bar-style):
Undo the breakage from commit d88118db37
(https://lists.gnu.org/archive/html/emacs-devel/2020-04/msg02094.html).
This commit is contained in:
parent
b97877470d
commit
f8da04d6fa
1 changed files with 3 additions and 3 deletions
|
|
@ -168,9 +168,9 @@ ARGS are passed to `message'."
|
|||
(defcustom gmm-tool-bar-style
|
||||
(if (and (boundp 'tool-bar-mode)
|
||||
tool-bar-mode
|
||||
(memq (display-visual-class)
|
||||
(list 'static-gray 'gray-scale
|
||||
'static-color 'pseudo-color)))
|
||||
(not (memq (display-visual-class)
|
||||
(list 'static-gray 'gray-scale
|
||||
'static-color 'pseudo-color))))
|
||||
'gnome
|
||||
'retro)
|
||||
"Preferred tool bar style."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue