aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--src/icons/Makefile.am2
-rw-r--r--src/icons/stock_book.pngbin0 -> 433 bytes
-rw-r--r--src/stock_pixmap.c4
4 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e03faf3..b4b6a0b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-12-08
+ * src/icons/stock_book.png
+ src/stock_pixmap.c: new icon.
+
+2009-12-08
+
* libsylph/folder.c
src/quick_search.[ch]: added 'Last 7 days' to the quick search.
diff --git a/src/icons/Makefile.am b/src/icons/Makefile.am
index c8f31bba..a2fe4427 100644
--- a/src/icons/Makefile.am
+++ b/src/icons/Makefile.am
@@ -18,6 +18,7 @@ BUILT_SOURCES = \
stock_mail_send_queue.h \
stock_outbox.h \
stock_person.h \
+ stock_book.h \
stock_spam.h \
stock_notspam.h \
stock_sylpheed.h \
@@ -47,6 +48,7 @@ EXTRA_DIST = \
stock_mail_send_queue.png \
stock_outbox.png \
stock_person.png \
+ stock_book.png \
stock_spam.png \
stock_notspam.png \
stock_sylpheed.png \
diff --git a/src/icons/stock_book.png b/src/icons/stock_book.png
new file mode 100644
index 00000000..a30aefe7
--- /dev/null
+++ b/src/icons/stock_book.png
Binary files differ
diff --git a/src/stock_pixmap.c b/src/stock_pixmap.c
index 46f22754..8bbdfcb5 100644
--- a/src/stock_pixmap.c
+++ b/src/stock_pixmap.c
@@ -27,7 +27,6 @@
#include "gtkutils.h"
#include "icons/address.xpm"
-#include "icons/book.xpm"
#include "icons/category.xpm"
#include "icons/clip.xpm"
#include "icons/complete.xpm"
@@ -78,6 +77,7 @@
#include "icons/stock_sylpheed_newmail_16.h"
#include "icons/sylpheed-logo.h"
#include "icons/stock_person.h"
+#include "icons/stock_book.h"
typedef struct _StockPixmapData StockPixmapData;
@@ -96,7 +96,7 @@ struct _StockPixmapData
static StockPixmapData pixmaps[] =
{
{address_xpm , NULL, NULL},
- {book_xpm , NULL, NULL},
+ {NULL, NULL, NULL, NULL, stock_book, sizeof(stock_book), "stock_book", 16},
{category_xpm , NULL, NULL},
{clip_xpm , NULL, NULL},
{complete_xpm , NULL, NULL},