diff options
| -rw-r--r-- | lisp/gnus/gmm-utils.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/gnus/gmm-utils.el b/lisp/gnus/gmm-utils.el index 2df098bc0bf..6d24b409ed0 100644 --- a/lisp/gnus/gmm-utils.el +++ b/lisp/gnus/gmm-utils.el | |||
| @@ -168,9 +168,9 @@ ARGS are passed to `message'." | |||
| 168 | (defcustom gmm-tool-bar-style | 168 | (defcustom gmm-tool-bar-style |
| 169 | (if (and (boundp 'tool-bar-mode) | 169 | (if (and (boundp 'tool-bar-mode) |
| 170 | tool-bar-mode | 170 | tool-bar-mode |
| 171 | (memq (display-visual-class) | 171 | (not (memq (display-visual-class) |
| 172 | (list 'static-gray 'gray-scale | 172 | (list 'static-gray 'gray-scale |
| 173 | 'static-color 'pseudo-color))) | 173 | 'static-color 'pseudo-color)))) |
| 174 | 'gnome | 174 | 'gnome |
| 175 | 'retro) | 175 | 'retro) |
| 176 | "Preferred tool bar style." | 176 | "Preferred tool bar style." |