~vm/vm/message

« back to all changes in this revision

Viewing changes to lisp/vm-toolbar.el

  • Committer: Robert Widhopf-Fenk
  • Date: 2007-04-16 21:54:21 UTC
  • mto: This revision was merged to the branch mainline in revision 363.
  • Revision ID: hack@robf.de-20070416215421-iw1mnvjyo3w8w0fd
Also only use pixmaps for GNU Emacs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
526
526
(defun vm-toolbar-fsfemacs-install-toolbar ()
527
527
  (let ((button-list (reverse vm-use-toolbar))
528
528
        (dir vm-toolbar-pixmap-directory)
529
 
        (extension (if (and (display-color-p)
530
 
                            (image-type-available-p 'xpm))
531
 
                       "xpm"
532
 
                     "xbm"))
 
529
        (extension "xpm")
533
530
        item t-spec sym name images)
534
531
    (defvar tool-bar-map)
535
532
    ;; hide the toolbar entries that are in the global keymap so