New icons from GNOME 2.6.
authorReiner Steib <Reiner.Steib@gmx.de>
Tue, 21 Feb 2006 18:09:39 +0000 (18:09 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Tue, 21 Feb 2006 18:09:39 +0000 (18:09 +0000)
commit727c085893f948879c895ec30fe2bfa6349219cb
tree1918151c64528a9ed74898832912ec08a6606bfb
parenta5c9d0b30a07e90d66e511bf0c053e8e787ef77e
New icons from GNOME 2.6.

Converted from GNOME's stock_*.xpm using the GIMP script below.

;; -*- scheme -*-
;; Put this file in ~/.gimp-*/scripts/
;; gimp -i -b '(rs-save-as-xpm "foo.png" "foo.xpm" 127)'  '(gimp-quit 0)'
(define (rs-save-as-xpm filename filename2 threshold)
  (let* ((image (car (gimp-file-load RUN-NONINTERACTIVE filename filename)))
 (drawable (car (gimp-image-get-active-layer image))))
    (file-xpm-save RUN-NONINTERACTIVE image drawable
   filename2 filename2 threshold)
    (gimp-image-delete image)))
25 files changed:
ChangeLog
etc/images/connect.xpm [new file with mode: 0644]
etc/images/contact.xpm [new file with mode: 0644]
etc/images/delete.xpm [new file with mode: 0644]
etc/images/describe.xpm [new file with mode: 0644]
etc/images/disconnect.xpm [new file with mode: 0644]
etc/images/exit.xpm [new file with mode: 0644]
etc/images/gnus/toggle-subscription.xpm [new file with mode: 0644]
etc/images/lock-broken.xpm [new file with mode: 0644]
etc/images/lock-ok.xpm [new file with mode: 0644]
etc/images/lock.xpm [new file with mode: 0644]
etc/images/mail/attach.xpm [new file with mode: 0644]
etc/images/mail/compose.xpm [new file with mode: 0644]
etc/images/mail/copy.xpm [new file with mode: 0644]
etc/images/mail/forward.xpm [new file with mode: 0644]
etc/images/mail/inbox.xpm [new file with mode: 0644]
etc/images/mail/move.xpm [new file with mode: 0644]
etc/images/mail/not-spam.xpm [new file with mode: 0644]
etc/images/mail/outbox.xpm [new file with mode: 0644]
etc/images/mail/reply-all.xpm [new file with mode: 0644]
etc/images/mail/reply.xpm [new file with mode: 0644]
etc/images/mail/save-draft.xpm [new file with mode: 0644]
etc/images/mail/send.xpm [new file with mode: 0644]
etc/images/mail/spam.xpm [new file with mode: 0644]
etc/images/refresh.xpm [new file with mode: 0644]