2005-04-01 [colin] 1.9.6cvs21
* src/Makefile.am * src/stock_pixmap.c * src/pixmaps/dir-noselect.xpm ** REMOVED ** * src/pixmaps/dir_noselect.xpm ** ADDED ** Fix pixmap name mismatch (Thanks Stephan Sachse)
This commit is contained in:
parent
c3cc63e6ea
commit
d6601536e2
6 changed files with 12 additions and 3 deletions
|
@ -1,3 +1,11 @@
|
|||
2005-04-01 [colin] 1.9.6cvs21
|
||||
|
||||
* src/Makefile.am
|
||||
* src/stock_pixmap.c
|
||||
* src/pixmaps/dir-noselect.xpm ** REMOVED **
|
||||
* src/pixmaps/dir_noselect.xpm ** ADDED **
|
||||
Fix pixmap name mismatch (Thanks Stephan Sachse)
|
||||
|
||||
2005-04-01 [colin] 1.9.6cvs20
|
||||
|
||||
* src/image_viewer.c
|
||||
|
|
|
@ -437,3 +437,4 @@
|
|||
( cvs diff -u -r 1.101.2.10 -r 1.101.2.11 src/news.c; cvs diff -u -r 1.16.2.16 -r 1.16.2.17 src/msgcache.c; cvs diff -u -r 1.47.2.18 -r 1.47.2.19 src/procheader.c; ) > 1.9.6cvs18.patchset
|
||||
( cvs diff -u -r 1.100.2.15 -r 1.100.2.16 AUTHORS; cvs diff -u -r 1.24.2.6 -r 1.24.2.7 Makefile.am; cvs diff -u -r 1.654.2.471 -r 1.654.2.472 configure.ac; cvs diff -u -r 1.17.2.7 -r 1.17.2.8 po/ru.po; ) > 1.9.6cvs19.patchset
|
||||
( cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/image_viewer.c; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/image_viewer.h; cvs diff -u -r 1.49.2.37 -r 1.49.2.38 src/procmime.c; cvs diff -u -r 1.17.2.8 -r 1.17.2.9 src/procmime.h; cvs diff -u -r 1.96.2.51 -r 1.96.2.52 src/textview.c; cvs diff -u -r 1.12.2.4 -r 1.12.2.5 src/textview.h; ) > 1.9.6cvs20.patchset
|
||||
( cvs diff -u -r 1.155.2.20 -r 1.155.2.21 src/Makefile.am; cvs diff -u -r 1.25.2.10 -r 1.25.2.11 src/stock_pixmap.c; cvs diff -u -r -1.1.2.1 -r -1.1.2.2 src/pixmaps/dir-noselect.xpm; cvs diff -u -r 0 -r 1 src/pixmaps/dir_noselect.xpm; ) > 1.9.6cvs21.patchset
|
||||
|
|
|
@ -11,7 +11,7 @@ MINOR_VERSION=9
|
|||
MICRO_VERSION=6
|
||||
INTERFACE_AGE=0
|
||||
BINARY_AGE=0
|
||||
EXTRA_VERSION=20
|
||||
EXTRA_VERSION=21
|
||||
EXTRA_RELEASE=
|
||||
EXTRA_GTK2_VERSION=
|
||||
|
||||
|
|
|
@ -276,7 +276,7 @@ EXTRA_DIST = \
|
|||
pixmaps/continue.xpm \
|
||||
pixmaps/deleted.xpm \
|
||||
pixmaps/dir_close.xpm \
|
||||
pixmaps/dir_no_select.xpm \
|
||||
pixmaps/dir_noselect.xpm \
|
||||
pixmaps/dir_open_hrm.xpm \
|
||||
pixmaps/dir_open.xpm \
|
||||
pixmaps/down_arrow.xpm \
|
||||
|
|
|
@ -117,7 +117,7 @@
|
|||
#include "pixmaps/mime_message.xpm"
|
||||
#include "pixmaps/address_search.xpm"
|
||||
#include "pixmaps/check_spelling.xpm"
|
||||
#include "pixmaps/dir-noselect.xpm"
|
||||
#include "pixmaps/dir_noselect.xpm"
|
||||
|
||||
typedef struct _StockPixmapData StockPixmapData;
|
||||
|
||||
|
|
Loading…
Reference in a new issue