Sean MacLennan <seanm(a)storm.ca> writes:
However, I had to change the data directory from
"toolbar-color" to
"toolbar-fancy" to work with the package.
(defun init-fancy-toolbar (type)
(toolbar-add-item-data (symbol-value
(plist-get fancy-toolbar-lists-plist type))
(locate-data-directory "toolbar-fancy"))
Oops. I renamed the package at the last moment. Sorry (I still have a
toolbar-color dir lying around)/
You might also want to mention that there are no captioned versions
for 'next and nil.
As 'nil' is just the normal icons there should be captioned versions
of that.
The following line fixes that:
(set-specifier toolbar-buttons-captioned-p nil)
I was rather hoping somebody would get 'xpaint/gimp' etc out and paint
some captioned versions for me!
The toolbar claims to fallback to non captioned versions if not
available but for some reasons this isn't happening.
Jan